lancache-autofill/composer.json

42 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2017-08-14 16:49:04 +00:00
{
2018-11-27 23:10:15 +00:00
"name": "zeropingheroes/lancache-autofill",
"description": "Automatically fill a Lancache with content",
"authors": [
{
"name": "Olly Baker",
"email": "ilumos@gmail.com",
"role": "Developer"
}
],
"keywords": ["lanager", "lan", "party", "lancache", "steamcache"],
"license": "AGPL-3.0",
2017-08-14 16:49:04 +00:00
"require": {
"bandwidth-throttle/token-bucket": "^2.0",
"guzzlehttp/guzzle": "^6.3",
2017-09-03 20:10:32 +00:00
"illuminate/console": "5.5.*",
"illuminate/container": "5.5.*",
"illuminate/database": "5.5.*",
"illuminate/events": "5.5.*",
"illuminate/support": "5.5.*",
2018-11-27 23:10:15 +00:00
"illuminate/translation": "5.5.*",
2017-08-16 23:32:47 +00:00
"symfony/process": "^3.3",
"syntax/steam-api": "2.0.*",
"vlucas/phpdotenv": "^2.4"
2017-08-14 16:49:04 +00:00
},
"autoload": {
"psr-4": {"Zeropingheroes\\LancacheAutofill\\": "src/"}
2018-11-27 23:10:15 +00:00
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
}