We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f219a commit 76932b6Copy full SHA for 76932b6
.travis.yml
@@ -2,8 +2,6 @@ sudo: false
2
3
language: php
4
php:
5
- - 5.4
6
- - 5.5
7
- 5.6
8
- 7.0
9
- 7.1
composer.json
@@ -13,7 +13,7 @@
13
"issues": "https://github.com/PHLAK/SemVer/issues"
14
},
15
"require": {
16
- "php": ">=5.4"
+ "php": ">=5.6"
17
18
"require-dev": {
19
"phpunit/phpunit": "^4.8",
0 commit comments