Require `cweagans/composer-patches` to automatically apply module patches

This commit is contained in:
Yonas Habteab 2022-06-01 16:53:11 +02:00 committed by Johannes Meyer
parent 2886a4ca17
commit 4f88584110
1 changed files with 12 additions and 0 deletions

View File

@ -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"
}
}
}
}