mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Remove abandoned packages
This commit is contained in:
parent
aab389a7e2
commit
b683b5f6b1
2 changed files with 8 additions and 3 deletions
7
.github/workflows/matrix.json
vendored
7
.github/workflows/matrix.json
vendored
|
|
@ -9,6 +9,10 @@
|
|||
{
|
||||
"php": "8.5",
|
||||
"symfony": "~7.4.0"
|
||||
},
|
||||
{
|
||||
"php": "8.4",
|
||||
"symfony": "~8.0.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -114,7 +118,8 @@
|
|||
"8.5"
|
||||
],
|
||||
"symfony": [
|
||||
"~7.4.0"
|
||||
"~7.4.0",
|
||||
"~8.0.0"
|
||||
]
|
||||
},
|
||||
"e2e-mariadb": {
|
||||
|
|
|
|||
|
|
@ -82,8 +82,8 @@
|
|||
"sylius/resource": "^1.12",
|
||||
"sylius/resource-bundle": "^1.12",
|
||||
"sylius/theme-bundle": "^2.4",
|
||||
"sylius/twig-extra": "^0.9 || ^0.10",
|
||||
"sylius/twig-hooks": "^0.9 || ^0.10",
|
||||
"sylius/twig-extra": "^0.9 || ^0.10 || ^0.11",
|
||||
"sylius/twig-hooks": "^0.9 || ^0.10 || ^0.11",
|
||||
"symfony/asset": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/cache-contracts": "^3.5",
|
||||
"symfony/clock": "^6.4 || ^7.4 || ^8.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue