Skip to content

Commit 078c155

Browse files
committed
build(deps): bump onelogin/php-saml to 4.3.1
Signed-off-by: Arthur Schiwon <[email protected]>
1 parent 5d6f16c commit 078c155

File tree

3 files changed

+18
-78
lines changed

3 files changed

+18
-78
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
matrix:
4444
php-versions: [ "8.0", "8.1", "8.2", "8.3", "8.4" ]
4545
databases: [ "mysql" ]
46-
server-versions: [ "stable28", "stable29", "stable30", "stable31", "master" ]
46+
server-versions: [ "stable28", "stable29", "stable30", "stable31", "stable32" ]
4747
exclude:
48-
- server-versions: "master"
48+
- server-versions: "stable32"
4949
php-versions: "8.0"
5050
databases: "mysql"
51-
- server-versions: "master"
51+
- server-versions: "stable32"
5252
php-versions: "8.2"
5353
databases: "mysql"
5454
- server-versions: "stable31"

composer.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@
1111
"bamarni/composer-bin-plugin": true
1212
}
1313
},
14-
"extra": {
15-
"patches": {
16-
"onelogin/php-saml": {
17-
"PHP 8.4 compatibility": "https://patch-diff.githubusercontent.com/raw/SAML-Toolkits/php-saml/pull/600.patch"
18-
}
19-
},
20-
"bamarni-bin": {
21-
"bin-links": true,
22-
"forward-command": true
23-
}
24-
},
2514
"scripts": {
2615
"post-install-cmd": [
2716
"[ $COMPOSER_DEV_MODE -eq 0 ] || composer bin all install --ansi"
@@ -43,7 +32,6 @@
4332
},
4433
"require": {
4534
"onelogin/php-saml": "^4.2",
46-
"firebase/php-jwt": "^6.10",
47-
"cweagans/composer-patches": "^1.7"
35+
"firebase/php-jwt": "^6.10"
4836
}
4937
}

composer.lock

Lines changed: 14 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)