Skip to content

Commit

Permalink
Merge pull request #7 from antwebstudio/master
Browse files Browse the repository at this point in the history
Allow illuminate/support ^8.0 or ^9.0
  • Loading branch information
AbdullahGhanem authored Jan 24, 2021
2 parents 5906af0 + 4ba638d commit 8eb65b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ And then include the service provider within `app/config/app.php`.
At last you need to publish and run the migration.

```bash
php artisan vendor:publish
php artisan vendor:publish --provider="Ghanem\Reportable\ReportableServiceProvider"
```
and
```bash
Expand Down
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@
"minimum-stability": "dev",
"require": {
"php": ">=7.2.0",
"illuminate/support": "^6.0 | ^7.0"
"illuminate/support": "^6.0 | ^7.0 | ^8.0 | ^9.0"
},
"extra": {
"laravel": {
"providers": [
"Ghanem\\Reportable\\ReportableServiceProvider"
]
}
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8eb65b5

Please sign in to comment.