Skip to content

Commit

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

"phpunit/phpunit": "^10.0 || ^11.0",
"psr/log": "^2.0 || ^3.0",
"simplesamlphp/simplesamlphp": "^2.2.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": {
"issues": "https://github.com/simplesamlphp/simplesamlphp-test-framework/issues",
"source": "https://github.com/simplesamlphp/simplesamlphp-test-framework"
Expand Down

0 comments on commit 3e498ee

Please sign in to comment.