🎉 Hello world

This commit is contained in:
2021-02-22 16:38:47 +01:00
commit c8bbc35886
15 changed files with 2168 additions and 0 deletions

21
composer.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "shikiryu/webgobbler",
"description": "WebGobbler in PHP",
"type": "project",
"authors": [
{
"name": "Clément",
"email": "clement@desmidt.fr"
}
],
"require": {
"fabpot/goutte": "^4.0",
"ext-imagick": "*"
},
"autoload": {
"psr-4": {
"Shikiryu\\WebGobbler\\": "src/",
"Shikiryu\\WebGobbler\\Collector\\": "src/Collector"
}
}
}