Skip to content

Commit 0252bab

Browse files
committed
Use phpunit 4.8, change minimum php version support to 5.5
1 parent 03f73c6 commit 0252bab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
76
- 7.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"jaspervdm/pogoprotos-php": "dev-master"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^5.4"
18+
"phpunit/phpunit": "4.8.*"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)