lancache-autofill/composer.json
2017-09-03 21:10:32 +01:00

14 lines
381 B
JSON
Executable file

{
"require": {
"illuminate/console": "5.5.*",
"illuminate/container": "5.5.*",
"illuminate/events": "5.5.*",
"illuminate/database": "5.5.*",
"guzzlehttp/guzzle": "^6.3",
"symfony/process": "^3.3",
"vlucas/phpdotenv": "^2.4"
},
"autoload": {
"psr-4": {"Zeropingheroes\\LancacheAutofill\\": "src/"}
}
}