Skip to content

Commit

Permalink
Merge pull request #68 from Laravel-Backpack/v6
Browse files Browse the repository at this point in the history
only support Backpack v6
  • Loading branch information
tabacitu authored Jul 1, 2023
2 parents 4035c32 + 269f06d commit a777d41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-9, using [Backpack\CRUD](https://github.com/Laravel-Backpack/crud). Write articles, with categories and tags.
An admin panel for news articles on Laravel 10, using [Backpack\CRUD](https://github.com/Laravel-Backpack/crud). Write articles, with categories and tags.


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

0 comments on commit a777d41

Please sign in to comment.