mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Permanent Composer 2 compatibility (#5506)
This commit is contained in:
parent
92ab25c582
commit
16ed9705a9
@ -24,12 +24,6 @@
|
||||
"docs": "https://octobercms.com/docs/",
|
||||
"source": "https://github.com/octobercms/october"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type":"vcs",
|
||||
"url":"https://github.com/octoberrain/composer-merge-plugin"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.2.9",
|
||||
"october/rain": "1.1.*",
|
||||
@ -37,7 +31,7 @@
|
||||
"october/backend": "1.1.*",
|
||||
"october/cms": "1.1.*",
|
||||
"laravel/framework": "~6.0",
|
||||
"wikimedia/composer-merge-plugin": "dev-feature/composer-v2 as 1.5.0"
|
||||
"wikimedia/composer-merge-plugin": "~2.0.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.4|^9.3.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user