Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
karandatwani92 committed Mar 3, 2025
1 parent 68fb93b commit 75ac0e8
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 10, using [Backpack\CRUD](https://github.com/Laravel-Backpack/crud). Write articles, with categories and tags.
An admin panel for news articles on Laravel, 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 @@ -21,10 +21,10 @@
"require": {
"backpack/crud": "^6.0",
"backpack/pro": "^2.0",
"cviebrock/eloquent-sluggable": "^10.0|^11.0"
"cviebrock/eloquent-sluggable": "^12.0||^11.0||^10.0"
},
"require-dev": {
"phpunit/phpunit" : "^10.0||^9.0||^7.0",
"phpunit/phpunit" : "^11.0||^10.0||^9.0||^7.0",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "~2.3||~3.0"
},
Expand Down

0 comments on commit 75ac0e8

Please sign in to comment.