updated composer stub
This commit is contained in:
parent
0468704341
commit
733dec60ea
@ -1,25 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "$VENDOR$/$LOWER_NAME$",
|
"require": {
|
||||||
"description": "",
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "$AUTHOR_NAME$",
|
|
||||||
"email": "$AUTHOR_EMAIL$"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"$MODULE_NAMESPACE$\\$STUDLY_NAME$\\": ""
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"extra": {
|
"replace": {
|
||||||
"laravel": {
|
"guzzlehttp/guzzle": "*",
|
||||||
"providers": [
|
"guzzlehttp/psr7": "*",
|
||||||
"$MODULE_NAMESPACE$\\$STUDLY_NAME$\\Providers\\Main"
|
"laravel/framework": "*",
|
||||||
],
|
"symfony/http-foundation": "*"
|
||||||
"aliases": {
|
},
|
||||||
|
"scripts": {
|
||||||
}
|
"test": [
|
||||||
}
|
"composer install --prefer-dist --no-interaction --no-scripts --no-suggest --no-progress --no-ansi"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user