Skip to content

Commit

Permalink
deps(php-saml): apply PHP 8.4 compat patch
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Dec 2, 2024
1 parent 8ddf3d3 commit 4b79ea7
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 2 deletions.
13 changes: 12 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
"classmap-authoritative": true,
"platform": {
"php": "8.0"
},
"allow-plugins": {
"cweagans/composer-patches": true
}
},
"extra": {
"patches": {
"onelogin/php-saml": {
"PHP 8.4 compatibility": "https://patch-diff.githubusercontent.com/raw/SAML-Toolkits/php-saml/pull/600.patch"
}
}
},
"scripts": {
Expand All @@ -22,6 +32,7 @@
},
"require": {
"onelogin/php-saml": "^4.2",
"firebase/php-jwt": "^6.10"
"firebase/php-jwt": "^6.10",
"cweagans/composer-patches": "^1.7"
}
}
50 changes: 49 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b79ea7

Please sign in to comment.