Skip to content

Commit

Permalink
Drop support for php 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Mar 6, 2016
1 parent 59ee279 commit 1bba379
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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.4
- 5.5
- 5.6
- 7.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^5.4|^7.0",
"php": "^5.5|^7.0",
"psr/cache": "^1.0",
"cache/void-adapter": "^0.3",
"php-http/httplug": "^1.0",
Expand Down

0 comments on commit 1bba379

Please sign in to comment.