lancache-autofill/composer.json

13 lines
341 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"
},
"autoload": {
"psr-4": {"Zeropingheroes\\LancacheAutofill\\": "src/"}
}
}