Skip to content

Commit

Permalink
Upgrade to phpunit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Mar 21, 2024
1 parent 17aae5a commit cb6d8d8
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 @@ -17,13 +17,12 @@
"nyholm/psr7": "^1.8.1",
"nyholm/psr7-server": "^1.1",
"php-di/php-di": "^7",
"selective/basepath": "^2",
"slim/slim": "^4"
"selective/basepath": "^2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
"phpstan/phpstan": "1.*",
"phpunit/phpunit": "^10",
"phpunit/phpunit": "^11",
"selective/test-traits": "^4",
"squizlabs/php_codesniffer": "^3"
},
Expand Down

0 comments on commit cb6d8d8

Please sign in to comment.