33 lines
816 B
JSON
33 lines
816 B
JSON
{
|
|
"name": "retailcrm/delivery-module-bundle",
|
|
"description": "Delivery module skeleton for RetailCrm",
|
|
"license": "MIT",
|
|
"type": "symfony-bundle",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RetailCrm\\DeliveryModuleBundle\\": ""
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"require": {
|
|
"php": "^7.3",
|
|
"ext-json": "*",
|
|
"ext-zip": "*",
|
|
"doctrine/orm": "^2.7",
|
|
"jms/serializer": "^3.4",
|
|
"jms/serializer-bundle": "^3.5",
|
|
"ramsey/uuid": "^3.9",
|
|
"ramsey/uuid-doctrine": "^1.5",
|
|
"retailcrm/api-client-php": "^5.0.0",
|
|
"symfony/framework-bundle": "^3.4|^4.0|^5.1",
|
|
"symfony/lock": "^5.1",
|
|
"symfony/routing": "^5.1",
|
|
"symfony/translation": "^5.1",
|
|
"symfony/validator": "^5.1"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/doctrine-fixtures-bundle": "^3.3"
|
|
}
|
|
} |