Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 13, 2024
1 parent efb77c2 commit 41a3544
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
# Should be the lowest supported version
php-version: '8.0'
php-version: '8.1'
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, spl, xml
tools: composer
coverage: none
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
}
},
"require": {
"phpunit/phpunit": "^9.6 || ^10.0",
"slevomat/coding-standard": "^8.14"
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0",
"slevomat/coding-standard": "^8.15"
},
"require-dev": {
"php": "^8.0",
"php": "^8.1",
"ext-curl": "*",

"simplesamlphp/simplesamlphp": "^2.0.0"
"simplesamlphp/simplesamlphp": "^2.2.0"
},
"support": {
"issues": "https://github.com/simplesamlphp/simplesamlphp-test-framework/issues",
Expand Down

0 comments on commit 41a3544

Please sign in to comment.