mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 16:46:54 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
44
roles/akeneo_pim/templates/composer.json.j2
Normal file
44
roles/akeneo_pim/templates/composer.json.j2
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user