Skip to content

Commit 805c43e

Browse files
committed
Support Laravel version 8.x
1 parent 80305fd commit 805c43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
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 (and custom) directories and sub-directories and make them available as JSON file",
44
"require": {
5-
"laravel/framework": "5.*|^6|^7",
5+
"laravel/framework": "5.*|^6|^7|^8",
66
"ext-json": "*"
77
},
88
"keywords": [

0 commit comments

Comments
 (0)