File tree Expand file tree Collapse file tree 4 files changed +2420
-8
lines changed Expand file tree Collapse file tree 4 files changed +2420
-8
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ language: php
33sudo : false
44
55php :
6- - 5.5.9
7- - 5.6
8- - 7.0
96 - 7.1
107 - 7.2
118 - nightly
1714before_script :
1815 - composer install
1916
20- script : composer test
17+ script : composer test
Original file line number Diff line number Diff line change @@ -55,5 +55,5 @@ Features
5555Requirements
5656-----------
5757
58- * PHP >= 5.5.9.
58+ * PHP >= 7.1
5959
Original file line number Diff line number Diff line change 2727 },
2828 "minimum-stability" : " dev" ,
2929 "require" : {
30- "php" : " >=5.5.9 "
30+ "php" : " ^7.1 "
3131 },
3232 "require-dev" : {
3333 "phpunit/phpunit" : " ^5.0.0" ,
34- "phpstan/phpstan" : " ^0.9.0 "
34+ "phpstan/phpstan" : " ^0.10.0@dev "
3535 },
3636 "scripts" : {
3737 "phpunit" : [
4545 " @phpstan"
4646 ]
4747 }
48- }
48+ }
You can’t perform that action at this time.
0 commit comments