API/composer.json

21 lines
426 B
JSON
Raw Normal View History

2016-08-19 23:02:07 +02:00
{
"name": "shikiryu/lbcreposter-api",
"description": "Manage deals in LBC",
2016-08-19 23:02:07 +02:00
"type": "project",
"require": {
"fabpot/goutte": "^3.1"
},
2017-09-29 15:58:43 +02:00
"require-dev": {
"phpunit/phpunit": "^5.7"
},
2016-08-19 23:02:07 +02:00
"authors": [
{
"name": "Shikiryu",
"email": "clement@desmidt.fr"
}
2016-08-20 23:02:05 +02:00
],
"autoload": {
"psr-4": {"Shikiryu\\LBCReposter\\": "library/"}
}
2016-08-19 23:02:07 +02:00
}