Skip to content

Commit b78e464

Browse files
authored
Merge pull request #30 from khrizt/master
Update dependencies to phpunit 5
2 parents 9ef7f68 + b7eb9ea commit b78e464

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
74
- 5.6
5+
- 7.0
86

97
before_script:
108
- composer install --prefer-source --no-interaction
119

1210
script:
1311
- vendor/bin/phpunit --verbose --coverage-text
14-
- vendor/bin/phpcs --standard=PSR2 --extensions=php src tests
12+
- vendor/bin/phpcs --standard=PSR2 --extensions=php src tests

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"minimum-stability": "dev",
2222
"require": {
2323
"slim/slim": "2.6.*",
24-
"phpunit/phpunit": "4.*",
25-
"phpunit/dbunit": "1.*",
24+
"phpunit/phpunit": "5.*",
25+
"phpunit/dbunit": "2.*",
2626
"illuminate/database": ">=4.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)