Soshot/composer.json

15 lines
295 B
JSON
Raw Permalink Normal View History

2018-09-26 09:20:09 +02:00
{
"require": {
2023-06-21 11:42:36 +02:00
"embed/embed": "^4.4.8",
"hassankhan/config": "^3.1",
"chrome-php/chrome": "^1.9",
"stefangabos/zebra_image": "^2.8.2",
"guzzlehttp/psr7": "^2.5"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
2018-09-26 09:20:09 +02:00
}