Skip to content

Commit

Permalink
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 c1f6e2e commit 89f6e3a
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 @@ -16,12 +16,12 @@
}
},
"require": {
"phpunit/phpunit": "^9.6 || ^10.0",
"slevomat/coding-standard": "^8.14"
},
"require-dev": {
"ext-curl": "*",

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

0 comments on commit 89f6e3a

Please sign in to comment.