Skip to content

Commit a94a1c4

Browse files
committed
Merge branch 'master' into develop
2 parents 0e1ac79 + 41c2b77 commit a94a1c4

File tree

1 file changed

+61
-62
lines changed

1 file changed

+61
-62
lines changed

composer.json

Lines changed: 61 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,61 @@
1-
{
2-
"name": "binshops/laravel-blog",
3-
"keywords": [
4-
"laravel",
5-
"blog",
6-
"package",
7-
"admin",
8-
"panel",
9-
"rss",
10-
"feed",
11-
"write",
12-
"posts",
13-
"news",
14-
"update",
15-
"laravel blog",
16-
"binshops"
17-
],
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.",
19-
"license": "MIT",
20-
"support": {
21-
"docs": "https://github.com/binshops/laravel-blog"
22-
},
23-
"authors": [
24-
{
25-
"name": "Binshops",
26-
"homepage": "https://github.com/binshops/laravel-blog",
27-
"role": "owner",
28-
"email": "[email protected]"
29-
}
30-
],
31-
"require": {
32-
"cviebrock/eloquent-sluggable": "~8.0|~7.0|~6.0|~4.8|~4.7|~4.6|~4.5",
33-
"laravelium/feed": "~2.12.0|~3.0.0|3.1.*|v6.0.*|v7.0.*|v8.0.*",
34-
"intervention/image": "2.*",
35-
"laravel/helpers": "^1.3"
36-
},
37-
"require-dev": {
38-
"phpunit/phpunit": "*",
39-
"orchestra/testbench": "4.0.*",
40-
"php-coveralls/php-coveralls": "*"
41-
},
42-
"autoload": {
43-
"psr-4": {
44-
"BinshopsBlog\\": "src",
45-
"BinshopsBlog\\Laravel\\Fulltext\\": "src/FulltextSearch/src/"
46-
}
47-
},
48-
"autoload-dev": {
49-
"psr-4": {
50-
"BinshopsBlog\\Tests\\": "tests"
51-
}
52-
},
53-
"extra": {
54-
"laravel": {
55-
"providers": [
56-
"BinshopsBlog\\BinshopsBlogServiceProvider"
57-
],
58-
"aliases": {
59-
}
60-
}
61-
}
62-
}
1+
{
2+
"name": "binshops/laravel-blog",
3+
"keywords": [
4+
"laravel",
5+
"blog",
6+
"package",
7+
"admin",
8+
"panel",
9+
"rss",
10+
"feed",
11+
"write",
12+
"posts",
13+
"news",
14+
"update",
15+
"laravel blog",
16+
"binshops"
17+
],
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.",
19+
"license": "MIT",
20+
"support": {
21+
"docs": "https://github.com/binshops/laravel-blog"
22+
},
23+
"authors": [
24+
{
25+
"name": "Binshops",
26+
"homepage": "https://github.com/binshops/laravel-blog",
27+
"role": "owner",
28+
"email": "[email protected]"
29+
}
30+
],
31+
"require": {
32+
"cviebrock/eloquent-sluggable": "^9.0|~8.0|~7.0|~6.0|~4.8|~4.7|~4.6|~4.5",
33+
"intervention/image": "2.*",
34+
"laravel/helpers": "^1.3"
35+
},
36+
"require-dev": {
37+
"phpunit/phpunit": "*",
38+
"orchestra/testbench": "4.0.*",
39+
"php-coveralls/php-coveralls": "*"
40+
},
41+
"autoload": {
42+
"psr-4": {
43+
"BinshopsBlog\\": "src",
44+
"BinshopsBlog\\Laravel\\Fulltext\\": "src/FulltextSearch/src/"
45+
}
46+
},
47+
"autoload-dev": {
48+
"psr-4": {
49+
"BinshopsBlog\\Tests\\": "tests"
50+
}
51+
},
52+
"extra": {
53+
"laravel": {
54+
"providers": [
55+
"BinshopsBlog\\BinshopsBlogServiceProvider"
56+
],
57+
"aliases": {
58+
}
59+
}
60+
}
61+
}

0 commit comments

Comments
 (0)