File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1616matrix :
1717 fast_finish : true
1818 include :
19+ - php : 7.1
20+ env :
21+ - CODE_COVERAGE="1"
1922 - php : 7.2
2023 env :
2124 - CODE_COVERAGE="1"
Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ Critical bug fixes and security relates fixes can also be backported to older re
455455| 1.x | EOL | \> =5.3 |
456456| 2.x | maintainance | \> =5.3 & HHVM<4 |
457457| 3.x | active | \> =5.6 & HHVM<4 |
458- | 4.x | development | \> =7.2 |
458+ | 4.x | development | \> =7.1 |
459459
460460
461461# New BSD License
Original file line number Diff line number Diff line change 1717 }],
1818 "license" : " BSD-3-Clause" ,
1919 "require" : {
20- "php" : " >=7.2 " ,
20+ "php" : " >=7.1 " ,
2121 "ext-reflection" : " *"
2222 },
2323 "require-dev" : {
You can’t perform that action at this time.
0 commit comments