Skip to content

Commit

Permalink
Upgrade for Laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rydurham committed Feb 14, 2018
1 parent 4bf2ab1 commit 1a36f19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -11,16 +11,16 @@
}
],
"require": {
"php": ">=7.0.1",
"illuminate/support": "5.5.*",
"illuminate/contracts": "5.5.*",
"php": ">=7.1.3",
"illuminate/support": "5.6.*",
"illuminate/contracts": "5.6.*",
"cartalyst/sentry": "2.*",
"vinkla/hashids": "3.*"
"vinkla/hashids": "4.*"
},
"require-dev": {
"orchestra/testbench": "3.5.*",
"orchestra/testbench": "3.6.*",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~6.0"
"phpunit/phpunit": "~7.0"
},
"autoload": {
"classmap": [
Expand Down
1 change: 1 addition & 0 deletions readme.md
Expand Up @@ -23,6 +23,7 @@ __Releases__ There are several versions of this package, each intended for diffe
| 5.3.* | 2.5.* | ```"rydurham/sentinel": "~2.5"``` |
| 5.4.* | 2.6.* | ```"rydurham/sentinel": "~2.6"``` |
| 5.5.* | 2.7.* | ```"rydurham/sentinel": "~2.7"``` |
| 5.6.* | 2.8.* | ```"rydurham/sentinel": "~2.8"``` |

### Laravel 5 Instructions
**Install the Package Via Composer:**
Expand Down

0 comments on commit 1a36f19

Please sign in to comment.