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 197c2d3 commit c25eaddCopy full SHA for c25eadd
.travis.yml
@@ -0,0 +1,16 @@
1
+language: php
2
+
3
+php:
4
+ - 5.3
5
+ - 5.4
6
+ - 5.5
7
+ - 5.6
8
+ - 7.0
9
+ - nightly
10
+ - hhvm
11
12
+install:
13
+ - composer install --prefer-dist
14
15
+script:
16
+ - ./bin/phpunit tests/
composer.json
@@ -9,10 +9,10 @@
"API"
],
"require": {
- "php": ">=5.4,<8.0-DEV"
+ "php": ">=5.3,<8.0-DEV"
},
"require-dev": {
- "phpunit/phpunit": "4.7.6"
+ "phpunit/phpunit": "^4.8"
17
"config": {
18
"bin-dir": "bin"
0 commit comments