Skip to content

Commit eb03263

Browse files
committed
remove legacy PHP
1 parent a09325e commit eb03263

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ php:
2222
- 7.0
2323
- 5.6
2424
- 5.5
25-
- 5.4
2625
- hhvm
2726

2827
matrix:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"psr-4": {"phpmock\\phpunit\\": "classes/"}
1818
},
1919
"require": {
20-
"php": ">=5.4",
20+
"php": ">=5.5",
2121
"phpunit/phpunit": "^4.0.0",
2222
"php-mock/php-mock-integration": "^0.4"
2323
},

0 commit comments

Comments
 (0)