Remove branch alias from composer.json (#6366)

Cleans up composer.json similar to https://github.com/laravel/laravel/pull/6103.
This commit is contained in:
Zep Fietje 2024-03-13 10:45:03 +01:00 committed by GitHub
parent 6ea57d766f
commit e7aa6346de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,9 +48,6 @@
]
},
"extra": {
"branch-alias": {
"dev-master": "11.x-dev"
},
"laravel": {
"dont-discover": []
}