Skip to content

Commit f54bae7

Browse files
committed
fix phpunit version
1 parent d44f64e commit f54bae7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: php
33
sudo: false
44

55
php:
6-
- 5.4
76
- 5.5
87
- 5.6
98
- 7.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"php": ">=5.5.0"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^5.1",
35+
"phpunit/phpunit": "^4",
3636
"phpdocumentor/phpdocumentor": "^2.8",
3737
"codeclimate/php-test-reporter": "^0.2.0"
3838
},

0 commit comments

Comments
 (0)