Skip to content

Commit 9f696da

Browse files
committed
downgrade phpunit to version 5 to support atleast php5.6
1 parent 5445ab8 commit 9f696da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
6+
- 7.1
7+
- 7.2
78

89
before_script:
910
- travis_retry composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "^1.0",
20-
"phpunit/phpunit": "^7.0",
20+
"phpunit/phpunit": "^5.0",
2121
"symfony/var-dumper": "2.7.*@dev"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)