Skip to content

Commit

Permalink
Require PHP 5.6 or higher - update phpunit to match.
Browse files Browse the repository at this point in the history
5.5 is in security-fixes only right now.  Staying ahead of the times for
the next version.
  • Loading branch information
nubs committed Dec 11, 2015
1 parent d903f7a commit ab3eaa4
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 32 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: php
sudo: false
php:
- 5.6
- 5.5
- 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.5, or newer.
This library requires PHP 5.6, or newer.

## Installation
This package uses [composer](https://getcomposer.org) so you can just add
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"license": "MIT",
"require": {
"php": "~5.5 || ~7.0",
"php": "~5.6 || ~7.0",
"nubs/vectorix": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpunit/phpunit": "~5.0",
"satooshi/php-coveralls": "~0.6.1",
"squizlabs/php_codesniffer": "~2.3"
},
Expand Down
142 changes: 114 additions & 28 deletions composer.lock

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

0 comments on commit ab3eaa4

Please sign in to comment.