mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 10:24:12 +00:00
16 lines
457 B
JSON
Executable file
16 lines
457 B
JSON
Executable file
{
|
|
"require": {
|
|
"illuminate/console": "5.5.*",
|
|
"illuminate/support": "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",
|
|
"syntax/steam-api": "2.0.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"Zeropingheroes\\LancacheAutofill\\": "src/"}
|
|
}
|
|
}
|