We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877ee32 commit b965b38Copy full SHA for b965b38
.travis.yml
@@ -10,10 +10,11 @@ php:
10
11
matrix:
12
allow_failures:
13
- - php: 7.0
14
- php: hhvm
15
16
before_install:
17
- composer install
18
19
-script: ./vendor/bin/phpunit
+script:
+ - ./vendor/bin/phpunit
20
+ - ./vendor/bin/php7cc ./src
composer.json
@@ -23,7 +23,8 @@
23
},
24
"require-dev": {
25
"phpunit/phpunit": "~4.0",
26
- "guzzlehttp/guzzle": "5.x"
+ "guzzlehttp/guzzle": "5.x",
27
+ "sstalle/php7cc": "^1.0"
28
29
"suggest": {
30
"guzzlehttp/[email protected]": "To use Guzzle5 request resolver"
0 commit comments