Skip to content

Commit

Permalink
feat: laravel 7 support + drop laravel <= 5.3 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Mar 3, 2020
1 parent 0f3914b commit 45946c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ notifications:

php:
- 7.2
- 7.4

env:
- LARAVEL_VERSION=5.8.*
- LARAVEL_VERSION=6.0.*
- LARAVEL_VERSION=7.0.*

dist: xenial

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ composer require thomasjohnkane/snooze
```bash
php artisan migrate
```
*For Laravel < 5.5:* [Register Service Provider && Facade][1]

### Publish Configuration File

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}
],
"require": {
"php": ">=7.2",
"illuminate/support": "~5.3 || ~6.0"
"php": ">=7.2.5",
"illuminate/support": "~5.5 || ~6.0 || ~7.0"
},
"require-dev": {
"orchestra/testbench": "~3.8.0 || ~4.0.0",
"orchestra/testbench": "~3.8 || ~4.0|| ~5.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
Expand Down

0 comments on commit 45946c6

Please sign in to comment.