lancache-autofill/composer.json

15 lines
377 B
JSON
Raw Normal View History

2017-08-14 16:49:04 +00:00
{
"require": {
"illuminate/console": "^5.4",
"illuminate/container": "^5.4",
"illuminate/events": "^5.4",
"illuminate/database": "^5.4",
"guzzlehttp/guzzle": "^6.3",
2017-08-16 23:32:47 +00:00
"symfony/process": "^3.3",
"vlucas/phpdotenv": "^2.4"
2017-08-14 16:49:04 +00:00
},
"autoload": {
"psr-4": {"Zeropingheroes\\LancacheAutofill\\": "src/"}
2017-08-16 18:19:49 +00:00
}
2017-08-14 16:49:04 +00:00
}