CRON/composer.json

22 lines
377 B
JSON
Raw Permalink Normal View History

2017-11-06 23:35:49 +01:00
{
"name": "shikiryu/lbcreposter-cli",
"description": "Manage deals in LBC",
"type": "project",
"require": {
2017-11-15 22:59:41 +01:00
"shikiryu/lbcreposter-api": "0.*",
"monolog/monolog": "^1.23"
2017-11-06 23:35:49 +01:00
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"authors": [
{
"name": "Shikiryu",
"email": "clement@desmidt.fr"
}
],
"autoload": {
"psr-4": {}
}
2017-11-15 22:59:41 +01:00
}