File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 77 - $HOME/.composer/cache
88
99php :
10- - 5.4
11- - 5.5
12- - 5.6
13- - 7.0
14- - hhvm
10+ - 7.1
11+ - 7.2
12+ - 7.3
1513
1614env :
1715 global :
@@ -24,7 +22,7 @@ branches:
2422matrix :
2523 fast_finish : true
2624 include :
27- - php : 5.4
25+ - php : 7.1
2826 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
2927
3028before_install :
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 1.1.0 - 2019-11-18
4+
5+ ### Added
6+
7+ - Test with PHP 7.1, 7.2, 7.3
8+
9+ ### Removed
10+
11+ - PHP 5 support
312
413## 1.0.0 - 2016-01-26
514
Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "require" : {
18- "php" : " ^5.4 || ^7.0 "
18+ "php" : " ^7.1 "
1919 },
2020 "require-dev" : {
2121 "phpspec/phpspec" : " ^2.4" ,
3232 },
3333 "extra" : {
3434 "branch-alias" : {
35- "dev-master" : " 1.0 -dev"
35+ "dev-master" : " 1.1 -dev"
3636 }
3737 }
3838}
You can’t perform that action at this time.
0 commit comments