WebCollage/composer.json

24 lines
501 B
JSON
Raw Permalink Normal View History

2021-02-22 16:38:47 +01:00
{
"name": "shikiryu/webgobbler",
"description": "WebGobbler in PHP",
"type": "project",
"authors": [
{
"name": "Clément",
"email": "clement@desmidt.fr"
}
],
"require": {
"fabpot/goutte": "^4.0",
2021-02-22 17:44:11 +01:00
"ext-imagick": "*",
2021-02-24 17:47:17 +01:00
"samwilson/phpflickr": "^4.14",
"ext-curl": "*"
2021-02-22 16:38:47 +01:00
},
"autoload": {
"psr-4": {
"Shikiryu\\WebGobbler\\": "src/",
"Shikiryu\\WebGobbler\\Collector\\": "src/Collector"
}
}
}