File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11
11
- TEST_COMMAND="vendor/bin/phpunit --verbose --coverage-text"
12
12
13
13
php :
14
- - 5.6
15
- - 7.0
16
14
- 7.1
17
15
- 7.2
18
16
- 7.3
19
17
20
18
matrix :
21
19
include :
22
- - php : hhvm
23
- dist : trusty
24
20
- php : 7.2
25
21
name : Backward compatibillity check
26
22
env : DEPENDENCIES="roave/backward-compatibility-check" TEST_COMMAND="./vendor/bin/roave-backward-compatibility-check"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Uses [GitHub API v3](http://developer.github.com/v3/) & supports [GitHub API v4]
19
19
20
20
## Requirements
21
21
22
- * PHP >= 5.6
22
+ * PHP >= 7.1
23
23
* A [ HTTP client] ( https://packagist.org/providers/php-http/client-implementation )
24
24
* A [ PSR-7 implementation] ( https://packagist.org/providers/psr/http-message-implementation )
25
25
* (optional) PHPUnit to run tests.
Original file line number Diff line number Diff line change 17
17
}
18
18
],
19
19
"require" : {
20
- "php" : " ^5.6 || ^7.0 " ,
20
+ "php" : " ^7.1 " ,
21
21
"psr/http-message" : " ^1.0" ,
22
22
"psr/cache" : " ^1.0" ,
23
23
"php-http/httplug" : " ^1.1" ,
27
27
"php-http/cache-plugin" : " ^1.4"
28
28
},
29
29
"require-dev" : {
30
- "phpunit/phpunit" : " ^5.5 || ^ 6.0" ,
30
+ "phpunit/phpunit" : " ^6.0" ,
31
31
"php-http/guzzle6-adapter" : " ^1.0" ,
32
32
"php-http/mock-client" : " ^1.0" ,
33
33
"guzzlehttp/psr7" : " ^1.2" ,
You can’t perform that action at this time.
0 commit comments