Skip to content

Commit

Permalink
Merge pull request #420 from FireEngineRed/master
Browse files Browse the repository at this point in the history
Entrust permission caching. Thanks @scottconnerly
  • Loading branch information
andrewelkins committed Nov 20, 2015
2 parents 2f97b7c + 71e058b commit 3b41a8e
Show file tree
Hide file tree
Showing 6 changed files with 729 additions and 336 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.5.0",
"illuminate/console": "~5.0",
"illuminate/support": "~5.0"
"illuminate/support": "~5.0",
"illuminate/cache": "~5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1",
Expand Down
Loading

0 comments on commit 3b41a8e

Please sign in to comment.