mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Composer][CI] Minor clean up
This commit is contained in:
parent
e81d220434
commit
cd01851554
3 changed files with 4 additions and 8 deletions
8
.github/workflows/matrix.json
vendored
8
.github/workflows/matrix.json
vendored
|
|
@ -5,7 +5,7 @@
|
||||||
{
|
{
|
||||||
"php": "8.2",
|
"php": "8.2",
|
||||||
"symfony": "^6.4",
|
"symfony": "^6.4",
|
||||||
"api-platform": "^3.1"
|
"api-platform": "^3.3"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
{
|
{
|
||||||
"php": "8.2",
|
"php": "8.2",
|
||||||
"symfony": "^6.4",
|
"symfony": "^6.4",
|
||||||
"api-platform": "^3.1",
|
"api-platform": "^3.3",
|
||||||
"mysql": "8.0",
|
"mysql": "8.0",
|
||||||
"twig": "^3.3"
|
"twig": "^3.3"
|
||||||
}
|
}
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
"static-checks": {
|
"static-checks": {
|
||||||
"php": [ "8.2" ],
|
"php": [ "8.2" ],
|
||||||
"symfony": [ "^6.4" ],
|
"symfony": [ "^6.4" ],
|
||||||
"api-platform": [ "^3.1" ]
|
"api-platform": [ "^3.3" ]
|
||||||
},
|
},
|
||||||
"e2e-mariadb": {
|
"e2e-mariadb": {
|
||||||
"php": [ "8.2" ],
|
"php": [ "8.2" ],
|
||||||
|
|
@ -79,7 +79,7 @@
|
||||||
"e2e-mysql": {
|
"e2e-mysql": {
|
||||||
"php": [ "8.2" ],
|
"php": [ "8.2" ],
|
||||||
"symfony": [ "^6.4" ],
|
"symfony": [ "^6.4" ],
|
||||||
"api-platform": [ "^3.1" ],
|
"api-platform": [ "^3.3" ],
|
||||||
"mysql": [ "5.7", "8.0" ],
|
"mysql": [ "5.7", "8.0" ],
|
||||||
"twig": [ "^3.3" ]
|
"twig": [ "^3.3" ]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -194,7 +194,6 @@
|
||||||
"sylius/user-bundle": "self.version"
|
"sylius/user-bundle": "self.version"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"api-platform/core": "2.7.17",
|
|
||||||
"doctrine/orm": ">= 2.16.0",
|
"doctrine/orm": ">= 2.16.0",
|
||||||
"stof/doctrine-extensions-bundle": "1.8.0"
|
"stof/doctrine-extensions-bundle": "1.8.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -46,9 +46,6 @@
|
||||||
"symfony/webpack-encore-bundle": "^1.17.1",
|
"symfony/webpack-encore-bundle": "^1.17.1",
|
||||||
"theofidry/alice-data-fixtures": "^1.4"
|
"theofidry/alice-data-fixtures": "^1.4"
|
||||||
},
|
},
|
||||||
"conflict": {
|
|
||||||
"doctrine/doctrine-bundle": "2.3.0"
|
|
||||||
},
|
|
||||||
"config": {
|
"config": {
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
"symfony/flex": true
|
"symfony/flex": true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue