Skip to content

Commit 4f934a5

Browse files
committed
dependencies update
1 parent ffebe99 commit 4f934a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"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.",
1818
"license": "MIT",
1919
"support": {
20-
"docs": "https://hessam.binshops.com/blog-package-for-laravel/"
20+
"docs": "https://hessam.binshops.com/laravel-blog-package/"
2121
},
2222
"authors": [
2323
{
@@ -29,10 +29,10 @@
2929
],
3030
"require": {
3131
"cviebrock/eloquent-sluggable": "~8.0|~7.0|~6.0|~4.8|~4.7|~4.6|~4.5",
32-
"laravelium/feed": "~2.12.0|~3.0.0|3.1.*|v6.0.*|v7.0.*",
32+
"laravelium/feed": "~2.12.0|~3.0.0|3.1.*|v6.0.*|v7.0.*|v8.0.*",
3333
"intervention/image": "2.*",
3434
"swisnl/laravel-fulltext": "^0.20.0",
35-
"laravel/helpers": "^1.2"
35+
"laravel/helpers": "^1.3"
3636
},
3737
"require-dev": {
3838
"phpunit/phpunit": "*",

0 commit comments

Comments
 (0)