File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed
Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments