Skip to content

Commit 3c01bf4

Browse files
committed
Stop support of PHP-5.5
1 parent bc1fe06 commit 3c01bf4

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
@@ -14,7 +14,6 @@ env:
1414
php:
1515
- 7.0
1616
- 5.6
17-
- 5.5
1817
- hhvm
1918

2019
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.5",
20+
"php": ">=5.6",
2121
"mockery/mockery": "^0.9",
2222
"php-mock/php-mock-integration": "^1"
2323
},

0 commit comments

Comments
 (0)