Skip to content

Commit 5a0d7d7

Browse files
committed
Drop PHP-5.5 support
1 parent 2b842c4 commit 5a0d7d7

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
@@ -10,7 +10,6 @@ php:
1010
- 7.1
1111
- 7.0
1212
- 5.6
13-
- 5.5
1413
- hhvm
1514

1615
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\\integration\\": "classes/"}
1818
},
1919
"require": {
20-
"php": ">=5.5",
20+
"php": ">=5.6",
2121
"php-mock/php-mock": "^2",
2222
"phpunit/php-text-template": "^1"
2323
},

0 commit comments

Comments
 (0)