Skip to content

Commit

Permalink
Support Laravel version 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Generation4 committed Sep 17, 2020
1 parent 80305fd commit 805c43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kg-bot/laravel-localization-to-vue",
"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",
"require": {
"laravel/framework": "5.*|^6|^7",
"laravel/framework": "5.*|^6|^7|^8",
"ext-json": "*"
},
"keywords": [
Expand Down

0 comments on commit 805c43e

Please sign in to comment.