mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-12 19:27:08 +00:00
12 lines
306 B
JSON
12 lines
306 B
JSON
{
|
|
"require": {
|
|
"illuminate/console": "^5.4",
|
|
"illuminate/container": "^5.4",
|
|
"illuminate/events": "^5.4",
|
|
"illuminate/database": "^5.4",
|
|
"guzzlehttp/guzzle": "^6.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"Zeropingheroes\\LancacheAutofill\\": "src/"}
|
|
}
|
|
}
|