Skip to content

Commit

Permalink
Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Jun 9, 2024
1 parent 6bb23c1 commit 61d57ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"require": {
"php": "^8.0",
"nyholm/psr7": "^1.3",
"psr/http-message": "^1.1",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"yiisoft/assets": "^4.0",
"yiisoft/data-response": "^2.0",
"yiisoft/http": "^1.1",
Expand All @@ -43,9 +46,6 @@
"phpunit/phpunit": "^9.5",
"psr/container": "^2.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^2.0|^3.0",
"rector/rector": "^0.15.1",
"roave/infection-static-analysis-plugin": "^1.21",
Expand Down

0 comments on commit 61d57ef

Please sign in to comment.