You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pdd-order-api/composer.json

26 lines
686 B
JSON

{
"require" : {
"imagine/imagine" : "0.6.1",
"rhumsaa/uuid" : "2.8.0",
"mmeyer2k/dcrypt" : "2.0.1",
"multirequest/multirequest" : "1.0.1",
"overtrue/pinyin" : "~3.0.0",
"phpoffice/phpexcel" : "1.8.1",
"mtdowling/cron-expression": "^1.2",
"box/spout": "2.7.3",
"jenssegers/imagehash": "^0.6.0",
"gregwar/captcha": "1.1.8",
"workerman/workerman": "^4.0"
},
"autoload": {
"psr-4": {
"Dao\\": "app/libs/daos",
"Service\\": "app/libs/services",
"Task\\": "app/libs/task",
"Repository\\": "app/libs/repository",
"PlatformApi\\": "app/libs/platform-api",
"Exception\\": "app/libs/exception"
}
}
}