File tree Expand file tree Collapse file tree 3 files changed +498
-210
lines changed Expand file tree Collapse file tree 3 files changed +498
-210
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,10 @@ language: php
3
3
sudo : false
4
4
5
5
php :
6
- - 5.5
7
- - 5.6
8
6
- 7.0
9
- - hhvm
10
-
11
- matrix :
12
- allow_failures :
13
- - php : hhvm
7
+ - 7.1
8
+ - 7.2
9
+ - nightly
14
10
15
11
cache :
16
12
directories :
Original file line number Diff line number Diff line change 19
19
}
20
20
},
21
21
"require" : {
22
- "php" : " >=5.4 .0" ,
22
+ "php" : " ^7 .0" ,
23
23
"psr/log" : " ~1.0" ,
24
24
"nikic/php-parser" : " ^2.0" ,
25
- "phpdocumentor/reflection-docblock" : " ^3.0@dev " ,
25
+ "phpdocumentor/reflection-docblock" : " 4.1.0 as 3.3.0 " ,
26
26
"phpdocumentor/reflection-common" : " ^1.0@dev"
27
27
},
28
28
"require-dev" : {
29
- "phpunit/phpunit" : " ~4.0" ,
30
29
"mockery/mockery" : " ~0.8" ,
31
30
"mikey179/vfsStream" : " ~1.2" ,
32
- "squizlabs/php_codesniffer" : " ^2.5"
31
+ "squizlabs/php_codesniffer" : " ^2.5" ,
32
+ "phpunit/phpunit" : " ^5.0"
33
33
},
34
34
"extra" : {
35
35
"branch-alias" : {
You can’t perform that action at this time.
0 commit comments