Skip to content

Commit 92826dc

Browse files
committed
fix: Patch php-scoper to support php 8.4
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 9e79ed6 commit 92826dc

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed
Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
2-
"require-dev": {
3-
"humbug/php-scoper": "0.18.x"
2+
"require": {
3+
"humbug/php-scoper": "^0.18",
4+
"cweagans/composer-patches": "^1.7"
5+
},
6+
"config": {
7+
"platform": {
8+
"php": "8.1"
9+
},
10+
"allow-plugins": {
11+
"cweagans/composer-patches": true
12+
}
13+
},
14+
"extra": {
15+
"patches": {
16+
"thecodingmachine/safe": {
17+
"PHP 8.4 compatibility, patch 1": "https://patch-diff.githubusercontent.com/raw/thecodingmachine/safe/pull/464.patch",
18+
"PHP 8.4 compatibility, patch 2": "https://patch-diff.githubusercontent.com/raw/thecodingmachine/safe/pull/466.patch",
19+
"PHP 8.4 compatibility, patch 3": "https://github.com/blizzz/safe/commit/6eeee2a20ffb2be3456ae8615b227c78e1ca8a20.patch"
20+
}
21+
}
422
}
5-
}
23+
}

0 commit comments

Comments
 (0)