Skip to content

Commit 311e8d2

Browse files
committed
Stop support of PHP-5.5
1 parent 9aaae99 commit 311e8d2

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
@@ -19,7 +19,6 @@ env:
1919
php:
2020
- 7.0
2121
- 5.6
22-
- 5.5
2322
- hhvm
2423

2524
matrix:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
},
2121
"require": {
22-
"php": ">=5.5",
22+
"php": ">=5.6",
2323
"php-mock/php-mock-integration": "^1",
2424
"phpspec/prophecy": "^1"
2525
},

0 commit comments

Comments
 (0)