Skip to content

Commit

Permalink
no support for 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nticaric committed Mar 10, 2016
1 parent d7e2dae commit 91acbaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.5.0",
"nesbot/carbon": "~1.0",
"guzzlehttp/guzzle": "^6.1"
},
Expand Down

0 comments on commit 91acbaa

Please sign in to comment.