We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ef7f68 + b7eb9ea commit b78e464Copy full SHA for b78e464
.travis.yml
@@ -1,14 +1,12 @@
1
language: php
2
3
php:
4
- - 5.3
5
- - 5.4
6
- - 5.5
7
- 5.6
+ - 7.0
8
9
before_script:
10
- composer install --prefer-source --no-interaction
11
12
script:
13
- vendor/bin/phpunit --verbose --coverage-text
14
- - vendor/bin/phpcs --standard=PSR2 --extensions=php src tests
+ - vendor/bin/phpcs --standard=PSR2 --extensions=php src tests
composer.json
@@ -21,8 +21,8 @@
21
"minimum-stability": "dev",
22
"require": {
23
"slim/slim": "2.6.*",
24
- "phpunit/phpunit": "4.*",
25
- "phpunit/dbunit": "1.*",
+ "phpunit/phpunit": "5.*",
+ "phpunit/dbunit": "2.*",
26
"illuminate/database": ">=4.0"
27
},
28
"require-dev": {
0 commit comments