lancache-autofill/composer.json

17 lines
457 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.*",
2017-12-09 01:00:20 +00:00
"illuminate/support": "5.5.*",
2017-09-03 20:10:32 +00:00
"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",
2017-12-03 13:08:45 +00:00
"vlucas/phpdotenv": "^2.4",
"syntax/steam-api": "2.0.*"
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
}