mirror of
https://github.com/FriendsOfOxid/oxideshop_project.git
synced 2024-12-06 16:05:53 +01:00
25 lines
722 B
JSON
25 lines
722 B
JSON
{
|
|
"name": "friendsofoxid/oxideshop-project",
|
|
"type": "project",
|
|
"description": "This package is designed as a master package for the installation of the OXID eShop and uses the optimised FriendsOfOxid metapackage for installation.",
|
|
"license": "GPL-3.0",
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"friendsofoxid/oxideshop-metapackage-ce": "v7.0.4"
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"OxidEsales\\EshopCommunity\\Tests\\": "./vendor/oxid-esales/oxideshop-ce/tests"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": {
|
|
"*": "dist"
|
|
},
|
|
"allow-plugins": {
|
|
"oxid-esales/oxideshop-composer-plugin": true,
|
|
"oxid-esales/oxideshop-unified-namespace-generator": true
|
|
}
|
|
}
|
|
}
|