Skip to content

Commit e906587

Browse files
authored
Merge pull request #912 from nextcloud/deps/noid/php-saml-84-patch
deps(php-saml): apply PHP 8.4 compat patch
2 parents 8ddf3d3 + 4b79ea7 commit e906587

File tree

2 files changed

+61
-2
lines changed

2 files changed

+61
-2
lines changed

composer.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
"classmap-authoritative": true,
66
"platform": {
77
"php": "8.0"
8+
},
9+
"allow-plugins": {
10+
"cweagans/composer-patches": true
11+
}
12+
},
13+
"extra": {
14+
"patches": {
15+
"onelogin/php-saml": {
16+
"PHP 8.4 compatibility": "https://patch-diff.githubusercontent.com/raw/SAML-Toolkits/php-saml/pull/600.patch"
17+
}
818
}
919
},
1020
"scripts": {
@@ -22,6 +32,7 @@
2232
},
2333
"require": {
2434
"onelogin/php-saml": "^4.2",
25-
"firebase/php-jwt": "^6.10"
35+
"firebase/php-jwt": "^6.10",
36+
"cweagans/composer-patches": "^1.7"
2637
}
2738
}

composer.lock

Lines changed: 49 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)