Skip to content

Commit e094619

Browse files
committed
composer.json udpate
1 parent c15659e commit e094619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"laravel blog",
1616
"binshops"
1717
],
18-
"description": "Simple blog package (with admin panel) for Laravel (6.x and 7.x). Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.",
18+
"description": "Simple blog package (with admin panel) for Laravel. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.",
1919
"license": "MIT",
2020
"support": {
2121
"docs": "https://github.com/binshops/laravel-blog"
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"require": {
32-
"cviebrock/eloquent-sluggable": "^10.0|^9.0|~8.0|~7.0|~6.0|~4.8|~4.7|~4.6|~4.5",
32+
"cviebrock/eloquent-sluggable": "^12.0|^11.0|^10.0|^9.0|~8.0|~7.0|~6.0|~4.8|~4.7|~4.6|~4.5",
3333
"intervention/image": "2.*",
3434
"laravel/helpers": "^1.3",
3535
"swisnl/laravel-fulltext": "^0.22.0"

0 commit comments

Comments
 (0)