Add metapackage to avoid child dependency installs
This commit is contained in:
parent
435e443a41
commit
7330e414a6
|
@ -10,8 +10,15 @@
|
|||
"php": "7.2.9"
|
||||
}
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "./replacer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.2",
|
||||
"repl/acer": "@dev",
|
||||
"ipl/html": "^0.8.0",
|
||||
"ipl/i18n": "^0.2.0",
|
||||
"ipl/orm": "^0.6.0",
|
||||
|
@ -21,8 +28,6 @@
|
|||
"ipl/validator": "^0.5.0",
|
||||
"ipl/web": "^0.9.0"
|
||||
},
|
||||
"require-dev": {
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "AssetLoader": "" }
|
||||
},
|
||||
|
|
|
@ -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…
Reference in New Issue