Skip to content

Commit

Permalink
Require PHP 5.6 or newer.
Browse files Browse the repository at this point in the history
  • Loading branch information
nubs committed Apr 24, 2016
1 parent 7b44a16 commit 28ff949
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 77 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 library for locating commands in a PATH.
[![Dependency Status](https://www.versioneye.com/user/projects/53a01f7b83add749a300001e/badge.svg?style=flat)](https://www.versioneye.com/user/projects/53a01f7b83add749a300001e)

## 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,10 +11,10 @@
],
"license": "MIT",
"require": {
"php": "~5.5 || ~7.0"
"php": "~5.6 || ~7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpunit/phpunit": "~5.0",
"satooshi/php-coveralls": "~1.0",
"brianium/habitat": "~1.0",
"squizlabs/php_codesniffer": "~2.3"
Expand Down

0 comments on commit 28ff949

Please sign in to comment.