mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-03 03:44:29 +02:00
Add metapackage to avoid child dependency installs
This commit is contained in:
parent
42dff4b0f6
commit
47c9f08d58
@ -13,8 +13,15 @@
|
|||||||
"cweagans/composer-patches": true
|
"cweagans/composer-patches": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "path",
|
||||||
|
"url": "./replacer"
|
||||||
|
}
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2",
|
"php": ">=7.2",
|
||||||
|
"repl/acer": "@dev",
|
||||||
"ipl/html": "^0.8.0",
|
"ipl/html": "^0.8.0",
|
||||||
"ipl/i18n": "^0.2.0",
|
"ipl/i18n": "^0.2.0",
|
||||||
"ipl/orm": "^0.6.0",
|
"ipl/orm": "^0.6.0",
|
||||||
@ -25,8 +32,6 @@
|
|||||||
"ipl/web": "^0.9.0",
|
"ipl/web": "^0.9.0",
|
||||||
"cweagans/composer-patches": "~1.0"
|
"cweagans/composer-patches": "~1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
|
||||||
},
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": { "AssetLoader": "" }
|
"psr-0": { "AssetLoader": "" }
|
||||||
},
|
},
|
||||||
|
18
replacer/composer.json
Normal file
18
replacer/composer.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "repl/acer",
|
||||||
|
"type": "metapackage",
|
||||||
|
"description": "Replaces third party packages as they are included in icinga-php-thirdparty",
|
||||||
|
"license": "MIT",
|
||||||
|
"replace": {
|
||||||
|
"psr/http-message": "*",
|
||||||
|
"guzzlehttp/psr7": "*",
|
||||||
|
"dragonmantank/cron-expression": "*",
|
||||||
|
"psr/log": "*",
|
||||||
|
"ramsey/uuid": "*",
|
||||||
|
"react/event-loop": "*",
|
||||||
|
"react/promise": "*",
|
||||||
|
"simshaun/recurr": "*",
|
||||||
|
"evenement/evenement": "*",
|
||||||
|
"wikimedia/less.php": "*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user