Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
remove php 5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Retterer committed Apr 27, 2016
1 parent f56afbe commit 50bbf7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ php:
- 7.0
- 5.6
- 5.5
- 5.4
sudo: false
services:
- redis-server
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -36,7 +36,7 @@
}
},
"require": {
"php": ">=5.4",
"php": ">=5.5",
"guzzle/guzzle": "3.9.*",
"firebase/php-jwt": "2.2.*",
"phpseclib/phpseclib": "0.3.*|~1.0|~2.0",
Expand Down

0 comments on commit 50bbf7b

Please sign in to comment.