Skip to content

Commit

Permalink
* Dropping PHP 5.4 support in favor of caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott A Connerly committed Nov 20, 2015
1 parent 6e0d472 commit 16958e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,7 +25,7 @@
"php": ">=5.4.0",
"illuminate/console": "~5.0",
"illuminate/support": "~5.0",
"illuminate/cache": "5.0.*"
"illuminate/cache": "~5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1",
Expand Down

0 comments on commit 16958e6

Please sign in to comment.