Skip to content

Commit

Permalink
Merge pull request #3 from nubs/deprecate-php54
Browse files Browse the repository at this point in the history
Deprecate PHP 5.4.
  • Loading branch information
nubs committed Oct 23, 2015
2 parents c4051dc + 53a879a commit 011b10d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
php:
- 5.6
- 5.5
- 5.4
- 7.0
- hhvm
install: composer install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A PHP euclidean geometry library.
[![Dependency Status](https://www.versioneye.com/user/projects/53651f2bfe0d07d72700005e/badge.svg?style=flat)](https://www.versioneye.com/user/projects/53651f2bfe0d07d72700005e)

## Requirements
This library requires PHP 5.4, or newer.
This library requires PHP 5.5, or newer.

## Installation
This package uses [composer](https://getcomposer.org) so you can just add
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"license": "MIT",
"require": {
"php": "~5.4 || ~7.0",
"php": "~5.5 || ~7.0",
"nubs/vectorix": "~1.1"
},
"require-dev": {
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 011b10d

Please sign in to comment.