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 c36d934 commit 4476f7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -31,14 +31,14 @@
}
},
"require": {
"php": ">=7.4 || ^8.0",
"php": "^8.0",

"simplesamlphp/assert": "^0.8.0",
"symfony/http-foundation": "^5.4 || ^6.0"
"simplesamlphp/assert": "^1.0.0",
"simplesamlphp/simplesamlphp": "*",
"symfony/http-foundation": "^5.4||^6"
},
"require-dev": {
"simplesamlphp/simplesamlphp": "^2.0.0",
"simplesamlphp/simplesamlphp-test-framework": "^1.2.1"
"simplesamlphp/simplesamlphp-test-framework": "^1.5.4"
},
"support": {
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-statistics/issues",
Expand Down

0 comments on commit 4476f7a

Please sign in to comment.