21 lines
426 B
JSON
21 lines
426 B
JSON
{
|
|
"name": "shikiryu/lbcreposter-api",
|
|
"description": "Manage deals in LBC",
|
|
"type": "project",
|
|
"require": {
|
|
"fabpot/goutte": "^3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Shikiryu",
|
|
"email": "clement@desmidt.fr"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {"Shikiryu\\LBCReposter\\": "library/"}
|
|
}
|
|
}
|