Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jun 7, 2023
1 parent b33fcd9 commit 39a189d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
}
],
"require": {
"chevere/chevere": "^3.0.x-dev",
"chevere/http": "^0.1.x-dev",
"nikic/fast-route": "^1.3",
"psr/http-server-middleware": "^1.0"
"chevere/chevere": "^3.0",
"chevere/http": "^0.1",
"nikic/fast-route": "^1.3"
},
"require-dev": {
"chevere/var-dump": "^0.8.x-dev",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"symplify/easy-coding-standard": "^11.1"
Expand Down

0 comments on commit 39a189d

Please sign in to comment.