lancache-autofill/composer.json
2017-08-17 00:32:47 +01:00

14 lines
377 B
JSON
Executable file

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