Skip to content

Commit

Permalink
Bump minimum PHP version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Nov 30, 2023
1 parent 9291b26 commit 5398911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-date": "*",
"ext-filter": "*",
"ext-pcre": "*",
Expand All @@ -22,7 +22,7 @@
"webmozart/assert": "^1.11"
},
"require-dev": {
"simplesamlphp/simplesamlphp-test-framework": "^1.5.1"
"simplesamlphp/simplesamlphp-test-framework": "^1.5.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5398911

Please sign in to comment.