You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.3 KiB
45 lines
1.3 KiB
3 years ago
|
{
|
||
|
"name": "akeneo/pim-community-standard",
|
||
|
"description": "The \"Akeneo Community Standard Edition\" distribution",
|
||
|
"license": "OSL-3.0",
|
||
|
"type": "project",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Akeneo",
|
||
|
"homepage": "http://www.akeneo.com"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"": "src/"
|
||
|
},
|
||
|
"psr-4": {
|
||
|
"Pim\\Upgrade\\": "upgrades/"
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"vendor/akeneo/pim-community-dev/src/Kernel.php"
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"akeneo/pim-community-dev": "^{{ pim_version }}"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/doctrine-migrations-bundle": "1.3.2",
|
||
|
"symfony/debug-bundle": "^4.4.7",
|
||
|
"symfony/web-profiler-bundle": "^4.4.7",
|
||
|
"symfony/web-server-bundle": "^4.4.7"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"post-update-cmd": [
|
||
|
"bash vendor/akeneo/pim-community-dev/std-build/install-required-files.sh"
|
||
|
],
|
||
|
"post-install-cmd": [
|
||
|
"bash vendor/akeneo/pim-community-dev/std-build/install-required-files.sh"
|
||
|
],
|
||
|
"post-create-project-cmd": [
|
||
|
"bash vendor/akeneo/pim-community-dev/std-build/install-required-files.sh"
|
||
|
]
|
||
|
},
|
||
|
"minimum-stability": "stable"
|
||
|
}
|