1
0
mirror of synced 2025-01-07 18:17:10 +03:00
DeliveryModuleBundle/composer.json
2020-08-03 15:56:27 +03:00

39 lines
927 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": "dev-add-logger@dev",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
"symfony/lock": "^5.0",
"symfony/routing": "^5.0",
"symfony/translation": "^5.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/raulleo/api-client-php.git"
}
],
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.3"
}
}