Skip to content

Commit

Permalink
Merge pull request #243 from rydurham/laravel_8_update
Browse files Browse the repository at this point in the history
Add Laravel 8 Support
  • Loading branch information
rydurham committed Sep 9, 2020
2 parents ad89c90 + 2051d1c commit 7195fd2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,6 +1,7 @@
language: php

php:
- 7.3
- 7.4

before_script:
Expand Down
11 changes: 6 additions & 5 deletions composer.json
Expand Up @@ -11,14 +11,15 @@
}
],
"require": {
"php": "^7.2.5",
"illuminate/support": "^7.0",
"illuminate/contracts": "^7.0",
"php": "^7.3",
"ext-bcmath": "*",
"illuminate/support": "^8.0",
"illuminate/contracts": "^8.0",
"cartalyst/sentry": "^2.0",
"vinkla/hashids": "^8.0"
"vinkla/hashids": "^9.0"
},
"require-dev": {
"orchestra/testbench": "^5.0",
"orchestra/testbench": "^6.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.5"
},
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -16,9 +16,9 @@ __Releases__ There are several versions of this package, each intended for diffe

| Laravel Version | Sentinel Version | Packagist Branch |
|---|---|---|
| 5.8.* | 2.10.* | ```"rydurham/sentinel": "~2.10"``` |
| 6.0.* | 3.0.* | ```"rydurham/sentinel": "~3.0"``` |
| 7.0.* | 4.0.* | ```"rydurham/sentinel": "~3.0"``` |
| 7.0.* | 4.0.* | ```"rydurham/sentinel": "~4.0"``` |
| 7.0.* | 4.0.* | ```"rydurham/sentinel": "~5.0"``` |

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

0 comments on commit 7195fd2

Please sign in to comment.