From 66b5d97f40d20f46696495fc8e1585da0d6f89ae Mon Sep 17 00:00:00 2001 From: Oliver Kossin Date: Thu, 18 Jul 2024 21:00:11 +0200 Subject: [PATCH] test dantleech/phpcr-migrations-bundle with 1.3 --- .github/workflows/test-application.yaml | 2 +- composer.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 88465d8..023c2ec 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: include: - - php-version: '7.3' + - php-version: '7.2' dependency-versions: 'lowest' tools: 'composer:v2' env: diff --git a/composer.json b/composer.json index 70767a8..7e8d900 100644 --- a/composer.json +++ b/composer.json @@ -4,14 +4,15 @@ "type": "sulu-bundle", "license": "MIT", "require": { - "php": "^7.3 || ^8.0", + "php": "^7.2 || ^8.0", "friendsofsymfony/rest-bundle": "^2.6 || ^3.0", "sulu/sulu": "^2.4 || ^2.5@dev", "symfony/config": "^4.4 || ^5.4 || ^6.0 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0", "symfony/http-foundation": "^5.4 || ^6.0 || ^7.0", - "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0" + "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0", + "dantleech/phpcr-migrations-bundle": "^1.6" }, "require-dev": { "doctrine/doctrine-bundle": "^1.10 || ^2.0",