lancache-autofill/composer.json

15 lines
381 B
JSON
Raw Normal View History

2017-08-14 16:49:04 +00:00
{
"require": {
2017-09-03 20:10:32 +00:00
"illuminate/console": "5.5.*",
"illuminate/container": "5.5.*",
"illuminate/events": "5.5.*",
"illuminate/database": "5.5.*",
"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
}