mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Bump external dependencies and root Symfony constraints
This commit is contained in:
parent
d206a44bdf
commit
b66c19588f
7 changed files with 59 additions and 51 deletions
4
.github/workflows/ci_packages-sf8.yaml
vendored
4
.github/workflows/ci_packages-sf8.yaml
vendored
|
|
@ -88,6 +88,10 @@ jobs:
|
|||
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^2.4"
|
||||
composer config extra.symfony.require "~8.0.0"
|
||||
|
||||
- name: Add VCS repositories for SF8 forks
|
||||
run: |
|
||||
composer config repositories.gaufrette vcs https://github.com/garak/KnpGaufretteBundle.git
|
||||
|
||||
- name: Get Composer cache directory
|
||||
id: composer-cache
|
||||
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||
|
|
|
|||
|
|
@ -82,59 +82,59 @@
|
|||
"sylius/resource": "^1.12",
|
||||
"sylius/resource-bundle": "^1.12",
|
||||
"sylius/theme-bundle": "^2.4",
|
||||
"sylius/twig-extra": "^0.9",
|
||||
"sylius/twig-hooks": "^0.9",
|
||||
"symfony/asset": "^6.4 || ^7.4",
|
||||
"sylius/twig-extra": "^0.9 || ^0.10",
|
||||
"sylius/twig-hooks": "^0.9 || ^0.10",
|
||||
"symfony/asset": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/cache-contracts": "^3.5",
|
||||
"symfony/clock": "^6.4 || ^7.4",
|
||||
"symfony/config": "^6.4 || ^7.4",
|
||||
"symfony/console": "^6.4.1 || ^7.4",
|
||||
"symfony/dependency-injection": "^6.4.1 || ^7.4",
|
||||
"symfony/clock": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/config": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/console": "^6.4.1 || ^7.4 || ^8.0",
|
||||
"symfony/dependency-injection": "^6.4.1 || ^7.4 || ^8.0",
|
||||
"symfony/deprecation-contracts": "^3.5",
|
||||
"symfony/doctrine-bridge": "^6.4 || ^7.4",
|
||||
"symfony/doctrine-messenger": "^6.4.1 || ^7.4",
|
||||
"symfony/event-dispatcher": "^6.4 || ^7.4",
|
||||
"symfony/expression-language": "^6.4 || ^7.4",
|
||||
"symfony/filesystem": "^6.4 || ^7.4",
|
||||
"symfony/finder": "^6.4 || ^7.4",
|
||||
"symfony/form": "^6.4.1 || ^7.4",
|
||||
"symfony/framework-bundle": "^6.4.1 || ^7.4",
|
||||
"symfony/http-client": "^6.4 || ^7.4",
|
||||
"symfony/http-foundation": "^6.4 || ^7.4",
|
||||
"symfony/http-kernel": "^6.4.1 || ^7.4",
|
||||
"symfony/intl": "^6.4 || ^7.4",
|
||||
"symfony/mailer": "^6.4 || ^7.4",
|
||||
"symfony/messenger": "^6.4 || ^7.4",
|
||||
"symfony/doctrine-bridge": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/doctrine-messenger": "^6.4.1 || ^7.4 || ^8.0",
|
||||
"symfony/event-dispatcher": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/expression-language": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/filesystem": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/finder": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/form": "^6.4.1 || ^7.4 || ^8.0",
|
||||
"symfony/framework-bundle": "^6.4.1 || ^7.4 || ^8.0",
|
||||
"symfony/http-client": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/http-foundation": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/http-kernel": "^6.4.1 || ^7.4 || ^8.0",
|
||||
"symfony/intl": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/mailer": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/messenger": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/monolog-bundle": "^3.8 || ^4.0",
|
||||
"symfony/options-resolver": "^6.4 || ^7.4",
|
||||
"symfony/password-hasher": "^6.4 || ^7.4",
|
||||
"symfony/options-resolver": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/password-hasher": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/polyfill-iconv": "^1.31",
|
||||
"symfony/polyfill-intl-icu": "^1.31",
|
||||
"symfony/polyfill-mbstring": "^1.31",
|
||||
"symfony/process": "^6.4 || ^7.4",
|
||||
"symfony/property-access": "^6.4 || ^7.4",
|
||||
"symfony/property-info": "^6.4 || ^7.4",
|
||||
"symfony/routing": "^6.4.1 || ^7.4",
|
||||
"symfony/security-bundle": "^6.4 || ^7.4",
|
||||
"symfony/security-core": "^6.4 || ^7.4",
|
||||
"symfony/security-csrf": "^6.4 || ^7.4",
|
||||
"symfony/security-http": "^6.4 || ^7.4",
|
||||
"symfony/serializer": "^6.4 || ^7.4",
|
||||
"symfony/process": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/property-access": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/property-info": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/routing": "^6.4.1 || ^7.4 || ^8.0",
|
||||
"symfony/security-bundle": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/security-core": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/security-csrf": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/security-http": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/serializer": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/service-contracts": "^3.5",
|
||||
"symfony/stimulus-bundle": "^2.25",
|
||||
"symfony/string": "^6.4 || ^7.4",
|
||||
"symfony/translation": "^6.4 || ^7.4",
|
||||
"symfony/string": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/translation": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/translation-contracts": "^3.3",
|
||||
"symfony/twig-bundle": "^6.4 || ^7.4",
|
||||
"symfony/uid": "^6.4 || ^7.4",
|
||||
"symfony/twig-bundle": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/uid": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/ux-autocomplete": "^2.25",
|
||||
"symfony/ux-icons": "^2.25",
|
||||
"symfony/ux-live-component": "^2.25",
|
||||
"symfony/ux-twig-component": "^2.25",
|
||||
"symfony/validator": "^6.4 || ^7.4",
|
||||
"symfony/validator": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/webpack-encore-bundle": "^2.2",
|
||||
"symfony/workflow": "^6.4 || ^7.4",
|
||||
"symfony/yaml": "^6.4 || ^7.4",
|
||||
"symfony/workflow": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/yaml": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfonycasts/dynamic-forms": "^0.2",
|
||||
"twig/extra-bundle": "^3.16",
|
||||
"twig/intl-extra": "^3.16",
|
||||
|
|
@ -194,13 +194,13 @@
|
|||
"doctrine/cache": "^2.2",
|
||||
"doctrine/data-fixtures": "^1.7 || ^2.2",
|
||||
"friends-of-behat/mink": "^1.11",
|
||||
"friends-of-behat/mink-browserkit-driver": "^2.2",
|
||||
"friends-of-behat/mink-browserkit-driver": "dev-symfony-8-support as 2.2.0",
|
||||
"friends-of-behat/mink-debug-extension": "^2.1",
|
||||
"friends-of-behat/mink-extension": "dev-symfony-8 as 2.7.5.1",
|
||||
"friends-of-behat/page-object-extension": "^0.3",
|
||||
"friends-of-behat/symfony-extension": "^2.6.2",
|
||||
"friends-of-behat/variadic-extension": "^1.6",
|
||||
"hwi/oauth-bundle": "^2.2",
|
||||
"hwi/oauth-bundle": "dev-master as 2.5.0",
|
||||
"lchrusciel/api-test-case": "^5.3.5",
|
||||
"matthiasnoback/symfony-config-test": "^6.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^6.0",
|
||||
|
|
@ -217,12 +217,12 @@
|
|||
"robertfausk/behat-panther-extension": "dev-symfony-8",
|
||||
"sylius-labs/coding-standard": "^4.4",
|
||||
"sylius-labs/suite-tags-extension": "~0.2",
|
||||
"symfony/browser-kit": "^6.4 || ^7.4",
|
||||
"symfony/debug-bundle": "^6.4 || ^7.4",
|
||||
"symfony/dotenv": "^6.4 || ^7.4",
|
||||
"symfony/browser-kit": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/debug-bundle": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/dotenv": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/flex": "^2.4",
|
||||
"symfony/runtime": "^6.4 || ^7.4",
|
||||
"symfony/web-profiler-bundle": "^6.4 || ^7.4",
|
||||
"symfony/runtime": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/web-profiler-bundle": "^6.4 || ^7.4 || ^8.0",
|
||||
"symplify/monorepo-builder": "^11.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
|
@ -239,6 +239,10 @@
|
|||
"symfony/ux-live-component": "2.28.0 || 2.28.1"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/Rafikooo/MinkBrowserKitDriver.git"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/loic425/behat-panther-extension.git"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
"sylius/core-bundle": "^2.0",
|
||||
"sylius/payum-bundle": "^2.0",
|
||||
"sylius/ui-bundle": "^2.0",
|
||||
"sylius/twig-hooks": "^0.9",
|
||||
"sylius/twig-hooks": "^0.9 || ^0.10",
|
||||
"symfony/framework-bundle": "^6.4.1 || ^7.4 || ^8.0",
|
||||
"symfony/http-client": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/stimulus-bundle": "^2.25",
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
"require-dev": {
|
||||
"doctrine/doctrine-bundle": "^2.13 || ^3.0",
|
||||
"doctrine/orm": "^2.18 || ^3.5",
|
||||
"hwi/oauth-bundle": "^2.2",
|
||||
"hwi/oauth-bundle": "dev-master as 2.5.0",
|
||||
"matthiasnoback/symfony-config-test": "^6.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^6.0",
|
||||
"phpunit/phpunit": "^11.5",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"php": "^8.2",
|
||||
"sylius/core-bundle": "^2.0",
|
||||
"sylius/payum-bundle": "^2.0",
|
||||
"sylius/twig-hooks": "^0.9",
|
||||
"sylius/twig-hooks": "^0.9 || ^0.10",
|
||||
"sylius/ui-bundle": "^2.0",
|
||||
"sylius/theme-bundle": "^2.4",
|
||||
"symfony/framework-bundle": "^6.4.1 || ^7.4 || ^8.0",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"knplabs/knp-menu-bundle": "^3.4",
|
||||
"laminas/laminas-stdlib": "^3.19",
|
||||
"sylius/grid-bundle": "^1.13",
|
||||
"sylius/twig-extra": "^0.9",
|
||||
"sylius/twig-extra": "^0.9 || ^0.10",
|
||||
"symfony/config": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/expression-language": "^6.4 || ^7.4 || ^8.0",
|
||||
"symfony/framework-bundle": "^6.4.1 || ^7.4 || ^8.0",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"doctrine/doctrine-bundle": "^2.13 || ^3.0",
|
||||
"hwi/oauth-bundle": "^2.2",
|
||||
"hwi/oauth-bundle": "dev-master as 2.5.0",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^6.0",
|
||||
"phpunit/phpunit": "^11.5",
|
||||
"symfony/dependency-injection": "^6.4.1 || ^7.4 || ^8.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue