Remove abandoned packages

This commit is contained in:
TheMilek 2026-03-06 12:43:37 +01:00 committed by Grzegorz Sadowski
parent 003bb9ff9d
commit 238232ad17
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 8 additions and 3 deletions

View file

@ -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": {

View file

@ -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",