1
0
mirror of synced 2024-12-05 03:06:02 +03:00
DeliveryModuleBundle/composer.json
Ivan Lutokhin d7e8c47efc Refactoring dependencies
* Update composer.json
* Added LICENSE file
2020-08-18 16:20:10 +03:00

33 lines
784 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"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.3"
}
}