Skip to content

Commit

Permalink
Laravel 5.8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PovilasKorop committed Apr 18, 2019
1 parent 070ee19 commit ad0eaff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"email": "[email protected]"
}
],
"version": "5.0.0",
"version": "6.0.0",
"require": {
"laravel/framework": "5.7.*",
"laravel/framework": "5.8.*",
"laravelcollective/html": "^5.4",
"intervention/image": "^2.3",
"yajra/laravel-datatables-oracle": "^6.18"
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ Finally, see free alternatives in our article on Laravel News: [13 Laravel Admin


## Package Requirements
* Laravel `^5.7`
* Laravel `^5.8`

### Laravel 5.7 users info!
To use Quickadmin with Laravel Laravel 5.6 use branch `5.0.0`

### Laravel 5.6 users info!
To use Quickadmin with Laravel Laravel 5.6 use branch `4.0.1`
Expand Down

0 comments on commit ad0eaff

Please sign in to comment.