Skip to content

Commit 64b984e

Browse files
committed
fix #2
1 parent 1bdd251 commit 64b984e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

composer.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unrulynatives/helpers",
3-
"description": "Upvote and downvote system for Laravel",
3+
"description": "Snippets, tools, views for Laravel 5.3 app",
44
"authors": [
55
{
66
"name": "Piotr Plebaniak",
@@ -9,11 +9,7 @@
99
],
1010
"require": {
1111
"php": ">=5.5.9",
12-
"illuminate/support": ">=5.2.0",
13-
14-
15-
16-
12+
"illuminate/support": ">=5.2.0"
1713
},
1814
"autoload": {
1915
"psr-4": {
@@ -23,7 +19,5 @@
2319

2420
}
2521
},
26-
"config": {
27-
"preferred-install": "dist"
28-
}
22+
"minimum-stability": "dev"
2923
}

0 commit comments

Comments
 (0)