Skip to content

Commit

Permalink
Merge pull request #912 from nextcloud/deps/noid/php-saml-84-patch
Browse files Browse the repository at this point in the history
deps(php-saml): apply PHP 8.4 compat patch
  • Loading branch information
juliusknorr authored Dec 2, 2024
2 parents 8ddf3d3 + 4b79ea7 commit e906587
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 e906587

Please sign in to comment.