Skip to content

Commit

Permalink
Merge pull request #60 from Laravel-Backpack/adds-support-for-laravel-9
Browse files Browse the repository at this point in the history
add support for Laravel 9 and Backpack 4.2
  • Loading branch information
tabacitu authored Jan 19, 2022
2 parents e4664c1 + e59bd8e commit acaa4da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

An admin panel for news articles on Laravel 5-7, using [Backpack\CRUD](https://github.com/Laravel-Backpack/crud). Write articles, with categories and tags.
An admin panel for news articles on Laravel 5-9, using [Backpack\CRUD](https://github.com/Laravel-Backpack/crud). Write articles, with categories and tags.


> ### Security updates and breaking changes
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"backpack/crud": "^4.1.0",
"cviebrock/eloquent-sluggable": "^8.0||^7.0||^6.0||4.8"
"backpack/crud": "^4.2.0|^4.1.0",
"cviebrock/eloquent-sluggable": "^9.0||^8.0||^7.0||^6.0||4.8"
},
"require-dev": {
"phpunit/phpunit" : "^9.0||^7.0",
Expand Down

0 comments on commit acaa4da

Please sign in to comment.