Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 27, 2023
1 parent 892a7f4 commit 1b82f14
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@
}
},
"require": {
"php": ">=7.4 || ^8.0",
"simplesamlphp/simplesamlphp": "^2.0.0-rc2",
"simplesamlphp/composer-module-installer": "^1.3.2",
"simplesamlphp/assert": "^0.8.0"
"php": "^8.0",

"simplesamlphp/assert": "^1.0.0",
"simplesamlphp/simplesamlphp": "*",
"simplesamlphp/composer-module-installer": "^1.3.2"
},
"require-dev": {
"simplesamlphp/simplesamlphp-test-framework": "~1.2.1"
"simplesamlphp/simplesamlphp-test-framework": "~1.5.4"
},
"support": {
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-discopower/issues",
Expand Down

0 comments on commit 1b82f14

Please sign in to comment.