update: composer

This commit is contained in:
tokumeikoi
2021-10-05 21:03:27 +08:00
parent fe0f0afa53
commit a6d5a433b0
5 changed files with 10 additions and 4 deletions

View File

@ -71,5 +71,11 @@
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
]
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.org"
}
}
}