Skip to content

Commit

Permalink
Merge pull request #30 from khrizt/master
Browse files Browse the repository at this point in the history
Update dependencies to phpunit 5
  • Loading branch information
khrizt authored Jun 29, 2016
2 parents 9ef7f68 + b7eb9ea commit b78e464
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0

before_script:
- composer install --prefer-source --no-interaction

script:
- vendor/bin/phpunit --verbose --coverage-text
- vendor/bin/phpcs --standard=PSR2 --extensions=php src tests
- vendor/bin/phpcs --standard=PSR2 --extensions=php src tests
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"minimum-stability": "dev",
"require": {
"slim/slim": "2.6.*",
"phpunit/phpunit": "4.*",
"phpunit/dbunit": "1.*",
"phpunit/phpunit": "5.*",
"phpunit/dbunit": "2.*",
"illuminate/database": ">=4.0"
},
"require-dev": {
Expand Down

0 comments on commit b78e464

Please sign in to comment.