Skip to content

Commit

Permalink
fix: Patch php-scoper to support php 8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Jan 21, 2025
1 parent e464f1b commit fcd89f1
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions vendor-bin/php-scoper/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"require-dev": {
"humbug/php-scoper": "0.18.x"
"require": {
"humbug/php-scoper": "^0.18",
"cweagans/composer-patches": "^1.7"
},
"config": {
"platform": {
"php": "8.1"
},
"allow-plugins": {
"cweagans/composer-patches": true
}
},
"extra": {
"patches": {
"thecodingmachine/safe": {
"PHP 8.4 compatibility, patch 1": "https://patch-diff.githubusercontent.com/raw/thecodingmachine/safe/pull/464.patch",
"PHP 8.4 compatibility, patch 2": "https://patch-diff.githubusercontent.com/raw/thecodingmachine/safe/pull/466.patch",
"PHP 8.4 compatibility, patch 3": "https://github.com/blizzz/safe/commit/6eeee2a20ffb2be3456ae8615b227c78e1ca8a20.patch"
}
}
}
}
}

0 comments on commit fcd89f1

Please sign in to comment.