Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 5b30677

Browse files
authored
laravel 5.8 support
1 parent 714b756 commit 5b30677

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
],
2121
"require": {
2222
"php" : "~7.0",
23-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
24-
"gazsp/baum": "^1.1",
25-
"mcamara/laravel-localization": "^1.3",
26-
"spatie/laravel-permission": "^2.0",
27-
"spatie/laravel-translatable": "^2.0",
28-
"codezero/laravel-unique-translation": "^1.1",
29-
"ctf0/package-changelog": "^1.0",
23+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
24+
"gazsp/baum": "*",
25+
"mcamara/laravel-localization": "*",
26+
"spatie/laravel-permission": "*",
27+
"spatie/laravel-translatable": "*",
28+
"codezero/laravel-unique-translation": "*",
29+
"ctf0/package-changelog": "*",
3030
"laravelcollective/html": "*"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)