mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-07-26 15:14:08 +02:00
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,
|
"sort-packages": true,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "7.2"
|
"php": "7.2"
|
||||||
|
},
|
||||||
|
"allow-plugins": {
|
||||||
|
"cweagans/composer-patches": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
@ -25,6 +28,7 @@
|
|||||||
"clue/socket-raw": "^1",
|
"clue/socket-raw": "^1",
|
||||||
"clue/socks-react": "^1",
|
"clue/socks-react": "^1",
|
||||||
"clue/stdio-react": "^2",
|
"clue/stdio-react": "^2",
|
||||||
|
"cweagans/composer-patches": "~1.0",
|
||||||
"evenement/evenement": "^2",
|
"evenement/evenement": "^2",
|
||||||
"predis/predis": "^1",
|
"predis/predis": "^1",
|
||||||
"psr/http-message": "^1",
|
"psr/http-message": "^1",
|
||||||
@ -53,5 +57,13 @@
|
|||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"AssetLoader::update"
|
"AssetLoader::update"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"composer-exit-on-patch-failure": true,
|
||||||
|
"patches": {
|
||||||
|
"ramsey/uuid": {
|
||||||
|
"Uuid: Add PHP 8.1 support": "patches/ramsey-uuid.patch"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user