Skip to content

Commit f0bceee

Browse files
committed
remove legacy PHP
1 parent fc08c0a commit f0bceee

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
@@ -15,7 +15,6 @@ php:
1515
- 7.0
1616
- 5.6
1717
- 5.5
18-
- 5.4
1918
- hhvm
2019

2120
matrix:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"psr-4": {"phpmock\\mockery\\": "classes/"}
1818
},
1919
"require": {
20-
"php": ">=5.4",
20+
"php": ">=5.5",
2121
"mockery/mockery": "^0.8",
2222
"php-mock/php-mock-integration": "^0.3"
2323
},

0 commit comments

Comments
 (0)