Skip to content

Commit f2df0f0

Browse files
authored
Update composer.json
Add Laravel 6 requirement in order to work with Laravel 6.x
1 parent ac2f2cf commit f2df0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kg-bot/laravel-localization-to-vue",
33
"description": "Laravel package used to collect all localization files from resources/lang directory and sub-directories and make them available as JSON file",
44
"require": {
5-
"laravel/framework": "5.*"
5+
"laravel/framework": "5.*|^6"
66
},
77
"keywords": [
88
"laravel",

0 commit comments

Comments
 (0)