Skip to content

Commit

Permalink
Dropped support for EOL software
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayne committed Jul 22, 2016
1 parent 380c47e commit 0e77d79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php

php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A tiny independent library for parsing and comparing semantic versions which is

## Production

* PHP 5.4 or better
* PHP 5.6 or better

## Development

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"license": "MIT",
"name": "rayne/semantic-versioning",
"require": {
"php": ">=5.4"
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~5.0"
},
"support": {
"issues": "https://github.com/rayne/semantic-versioning.php/issues",
Expand Down

0 comments on commit 0e77d79

Please sign in to comment.