Skip to content

Commit

Permalink
Bump PHP version requirement to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand committed Jun 11, 2015
1 parent 40e1782 commit e84bf29
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -27,7 +27,6 @@ a patch via pull request.

The following versions of PHP are supported.

* PHP 5.4
* PHP 5.5
* PHP 5.6
* PHP 7.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -3,7 +3,7 @@
"description": "OAuth 2.0 Client Library",
"license": "MIT",
"require": {
"php": ">=5.4.0",
"php": ">=5.5.0",
"ext-curl": "*",
"ircmaxell/random-lib": "~1.1",
"guzzlehttp/guzzle": "~6.0"
Expand Down

0 comments on commit e84bf29

Please sign in to comment.