File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 19
19
fail-fast : false
20
20
matrix :
21
21
include :
22
- - php-version : ' 7.3 '
22
+ - php-version : ' 7.2 '
23
23
dependency-versions : ' lowest'
24
24
tools : ' composer:v2'
25
25
env :
Original file line number Diff line number Diff line change 4
4
"type" : " sulu-bundle" ,
5
5
"license" : " MIT" ,
6
6
"require" : {
7
- "php" : " ^7.3 || ^8.0" ,
7
+ "php" : " ^7.2 || ^8.0" ,
8
8
"friendsofsymfony/rest-bundle" : " ^2.6 || ^3.0" ,
9
9
"sulu/sulu" : " ^2.4 || ^2.5@dev" ,
10
10
"symfony/config" : " ^4.4 || ^5.4 || ^6.0 || ^7.0" ,
11
11
"symfony/dependency-injection" : " ^5.4 || ^6.0 || ^7.0" ,
12
12
"symfony/framework-bundle" : " ^5.4 || ^6.0 || ^7.0" ,
13
13
"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"
15
16
},
16
17
"require-dev" : {
17
18
"doctrine/doctrine-bundle" : " ^1.10 || ^2.0" ,
You can’t perform that action at this time.
0 commit comments