Skip to content

Commit 32c3127

Browse files
committed
laravel 5.4 support
1 parent 30302c6 commit 32c3127

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@
1212
],
1313
"require": {
1414
"php": ">=5.6.4",
15-
"laravelcollective/html": "^5.3.0"
15+
"laravelcollective/html": "^5.4.0"
1616
},
1717
"autoload": {
1818
"psr-4": {
1919
"jeremykenedy\\laravelusers\\": "src/"
2020
}
21-
},
22-
"minimum-stability": "dev",
23-
"prefer-stable": true
21+
}
2422
}

0 commit comments

Comments
 (0)