Skip to content

Commit e664e6d

Browse files
committed
Bump dependencies
1 parent ab0c547 commit e664e6d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
uses: shivammathur/setup-php@v2
116116
with:
117117
# Should be the lowest supported version
118-
php-version: '8.0'
118+
php-version: '8.1'
119119
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix, spl, xml
120120
tools: composer
121121
coverage: none
@@ -155,7 +155,7 @@ jobs:
155155
fail-fast: false
156156
matrix:
157157
operating-system: [ubuntu-latest]
158-
php-versions: ['8.0', '8.1', '8.2']
158+
php-versions: ['8.1', '8.2', '8.3']
159159

160160
steps:
161161
- name: Setup PHP, with composer and extensions
@@ -217,7 +217,7 @@ jobs:
217217
fail-fast: true
218218
matrix:
219219
operating-system: [windows-latest]
220-
php-versions: ['8.0', '8.1', '8.2']
220+
php-versions: ['8.1', '8.2', '8.3']
221221

222222
steps:
223223
- name: Setup PHP, with composer and extensions

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
}
3333
},
3434
"require": {
35-
"php": "^8.0",
35+
"php": "^8.1",
3636
"ext-pdo": "*",
3737

38-
"simplesamlphp/assert": "^1.0.5",
38+
"simplesamlphp/assert": "^1.1",
3939
"simplesamlphp/composer-module-installer": "^1.3.4",
4040
"simplesamlphp/saml2": "^4.6",
4141

42-
"simplesamlphp/simplesamlphp": "^2.1.0-rc1",
43-
"symfony/http-foundation": "^6.0"
42+
"simplesamlphp/simplesamlphp": "^2.1",
43+
"symfony/http-foundation": "^6.4"
4444
},
4545
"require-dev": {
46-
"simplesamlphp/simplesamlphp-test-framework": "^1.5.5"
46+
"simplesamlphp/simplesamlphp-test-framework": "^1.7"
4747
},
4848
"support": {
4949
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-consent/issues",

0 commit comments

Comments
 (0)