Files
ryobi-crawler/composer.json
2024-03-28 16:07:19 +01:00

15 lines
296 B
JSON

{
"require": {
"guzzlehttp/guzzle": "^7.0",
"symfony/var-dumper": "^7.0",
"illuminate/database": "^11.0",
"ext-json": "*",
"twig/twig": "^3.0"
},
"autoload": {
"psr-4": {
"Krzysiej\\RyobiCrawler\\": "src/"
}
}
}