Skip to content

Commit

Permalink
Undo: Move phpunit to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 11, 2024
1 parent 2525a27 commit 58a0dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
}
},
"require": {
"phpunit/phpunit": "^9.6 || ^10.0",
"slevomat/coding-standard": "^8.14"
},
"require-dev": {
"php": "^8.0",
"ext-curl": "*",

"phpunit/phpunit": "^9.6 || ^10.0",
"simplesamlphp/simplesamlphp": "^2.0.0"
},
"support": {
Expand Down

0 comments on commit 58a0dc8

Please sign in to comment.