Skip to content

Commit

Permalink
Move phpunit back to prod-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed May 18, 2024
1 parent 3e498ee commit cfb50fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"php": "^8.1",
"ext-curl": "*",

"phpunit/phpunit": "^10.0 || ^11.0",
"psr/log": "^2.0 || ^3.0",
"slevomat/coding-standard": "^8.15",
"symfony/phpunit-bridge": "^6.4 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0 || ^11.0",
"simplesamlphp/simplesamlphp": "^2.2.0"
},
"support": {
Expand Down

0 comments on commit cfb50fa

Please sign in to comment.