From 0929f7d39c8206b7bbd6b7e3afe20798156c0d01 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 19 Sep 2023 18:44:36 +0200 Subject: [PATCH] test with symfony 7 --- .github/workflows/test-application.yaml | 12 ++++++------ composer.json | 16 ++++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 59178334b..3b467797b 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -47,10 +47,10 @@ jobs: - php-version: '8.2' dependencies: highest symfony-version: '6.*' - - php-version: '8.2' + - php-version: '8.3' dependencies: highest - symfony-version: '6.*' - jackalope-version: '2.*' + symfony-version: '7.*' + jackalope-version: '2.x-dev' php-bench: true steps: @@ -129,10 +129,10 @@ jobs: - php-version: '8.2' dependencies: highest symfony-version: '6.*' - - php-version: '8.2' + - php-version: '8.3' dependencies: highest - symfony-version: '6.*' - jackalope-version: '2.*' + symfony-version: '7.*' + jackalope-version: '2.x-dev' php-bench: true steps: diff --git a/composer.json b/composer.json index 6435c9393..0be2f6a4e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ {"name":"David Buchmann", "email":"david@liip.ch"}, {"name":"Lukas Kahwe Smith", "email":"smith@pooteeweet.org"} ], - "minimum-stability": "beta", + "minimum-stability": "dev", "prefer-stable": true, "require": { "php": "^8.0", @@ -30,20 +30,20 @@ "doctrine/persistence": "^2.4", "phpcr/phpcr": "^2.1.1", "phpcr/phpcr-implementation": "^2.1", - "phpcr/phpcr-utils": "^1.3.0", + "phpcr/phpcr-utils": "^1.3.0 || ^2.0", "doctrine/instantiator": "^1.0.1 || ^2.0", - "symfony/console": "^3.4 || ^4.3 || ^5.0 || ^6.0", + "symfony/console": "^3.4 || ^4.3 || ^5.0 || ^6.0 || ^7.0", "psr/cache": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { - "symfony/cache": "^5.4 || ^6.0.19", - "symfony/yaml": "^5.4 || ^6.0.19", - "symfony/phpunit-bridge": "^5.4.21 || ^6.0.19", - "liip/rmt": "^1.3", + "symfony/cache": "^5.4 || ^6.0.19 || ^7.0", + "symfony/yaml": "^5.4 || ^6.0.19 || ^7.0", + "symfony/phpunit-bridge": "^5.4.21 || ^6.0.19 || ^7.0", + "liip/rmt": "dev-symfony-7 as 1.3", "phpunit/phpunit": "^9.6.15" }, "suggest": { - "symfony/yaml": "^5.4 || ^6.0", + "symfony/yaml": "^5.4 || ^6.0 || ^7.0", "jackalope/jackalope-doctrine-dbal": "^1.3 || ^2.0", "jackalope/jackalope-jackrabbit": "^1.3 || ^2.0" },