API/composer.json

18 lines
359 B
JSON
Raw Normal View History

2016-08-19 23:02:07 +02:00
{
"name": "shikiryu/lbcreposter",
"description": "Repost deal in LBC",
"type": "project",
"require": {
"fabpot/goutte": "^3.1"
},
"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
}