Skip to content

Commit 76932b6

Browse files
committed
Fixed failing tests due to minimum PHP version being PHP 5.6
1 parent 64f219a commit 76932b6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ sudo: false
22

33
language: php
44
php:
5-
- 5.4
6-
- 5.5
75
- 5.6
86
- 7.0
97
- 7.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"issues": "https://github.com/PHLAK/SemVer/issues"
1414
},
1515
"require": {
16-
"php": ">=5.4"
16+
"php": ">=5.6"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^4.8",

0 commit comments

Comments
 (0)