Skip to content

Commit 66b5d97

Browse files
author
Oliver Kossin
committed
test dantleech/phpcr-migrations-bundle with 1.3
1 parent df81c42 commit 66b5d97

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test-application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- php-version: '7.3'
22+
- php-version: '7.2'
2323
dependency-versions: 'lowest'
2424
tools: 'composer:v2'
2525
env:

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"type": "sulu-bundle",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.3 || ^8.0",
7+
"php": "^7.2 || ^8.0",
88
"friendsofsymfony/rest-bundle": "^2.6 || ^3.0",
99
"sulu/sulu": "^2.4 || ^2.5@dev",
1010
"symfony/config": "^4.4 || ^5.4 || ^6.0 || ^7.0",
1111
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
1212
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
1313
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
14-
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0"
14+
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
15+
"dantleech/phpcr-migrations-bundle": "^1.6"
1516
},
1617
"require-dev": {
1718
"doctrine/doctrine-bundle": "^1.10 || ^2.0",

0 commit comments

Comments
 (0)