File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 php-version :
12- - ' 7.3'
13- - ' 7.4'
1412 - ' 8.1'
1513 - ' 8.2'
1614 - ' 8.3'
2220 - ' 7.3'
2321
2422 exclude :
25- - { php-version: 7.3, symfony-version: 6.4 }
26- - { php-version: 7.4, symfony-version: 6.4 }
27-
28- - { php-version: 7.3, symfony-version: 7.3 }
29- - { php-version: 7.4, symfony-version: 7.3 }
3023 - { php-version: 8.1, symfony-version: 7.3 }
3124
3225 name : PHP ${{ matrix.php-version }} and Symfony ${{ matrix.symfony-version }}
Original file line number Diff line number Diff line change 66 "homepage" : " https://github.com/Orbitale/CmsBundle" ,
77 "license" : " MIT" ,
88 "require" : {
9- "php" : " >=7.3 " ,
9+ "php" : " >=8.1 " ,
1010 "doctrine/annotations" : " ^1.8|^2.0" ,
1111 "doctrine/doctrine-bundle" : " ^2.0" ,
1212 "doctrine/orm" : " ^2.5.1" ,
13+ "doctrine/dbal" : " ^3.0|^4.0" ,
1314 "symfony/asset" : " ^5.3|^6.0|^7.0" ,
1415 "symfony/config" : " ^5.3|^6.0|^7.0" ,
1516 "symfony/dependency-injection" : " ^5.3|^6.0|^7.0" ,
You can’t perform that action at this time.
0 commit comments