Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Nov 1, 2024
1 parent e0f4e98 commit 2f9c063
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"psr/container": "^1.0 || ^2.0",
"psr/event-dispatcher": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
Expand All @@ -39,9 +39,8 @@
"require-dev": {
"php-di/php-di": "^7.0",
"phpstan/phpstan": "^1.12",
"phpunit/phpunit": "^9.6",
"phpunit/phpunit": "^10.5",
"squizlabs/php_codesniffer": "^3.10",
"sunrise/coding-standard": "^1.0",
"sunrise/hydrator": "^3.13",
"symfony/console": "^6.4",
"symfony/validator": "^6.4",
Expand Down

0 comments on commit 2f9c063

Please sign in to comment.