Require `cweagans/composer-patches` to automatically apply module patches
This commit is contained in:
parent
2886a4ca17
commit
4f88584110
|
@ -8,6 +8,9 @@
|
|||
"sort-packages": true,
|
||||
"platform": {
|
||||
"php": "7.2"
|
||||
},
|
||||
"allow-plugins": {
|
||||
"cweagans/composer-patches": true
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
|
@ -25,6 +28,7 @@
|
|||
"clue/socket-raw": "^1",
|
||||
"clue/socks-react": "^1",
|
||||
"clue/stdio-react": "^2",
|
||||
"cweagans/composer-patches": "~1.0",
|
||||
"evenement/evenement": "^2",
|
||||
"predis/predis": "^1",
|
||||
"psr/http-message": "^1",
|
||||
|
@ -53,5 +57,13 @@
|
|||
"post-update-cmd": [
|
||||
"AssetLoader::update"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"composer-exit-on-patch-failure": true,
|
||||
"patches": {
|
||||
"ramsey/uuid": {
|
||||
"Uuid: Add PHP 8.1 support": "patches/ramsey-uuid.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue