Skip to content

Commit

Permalink
Support Laravel version 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kg-bot committed Mar 6, 2020
1 parent 194e093 commit d04f0dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "kg-bot/laravel-localization-to-vue",
"description": "Laravel package used to collect all localization files from resources/lang directory and sub-directories and make them available as JSON file",
"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"
"laravel/framework": "5.*|^6|^7",
"ext-json": "*"
},
"keywords": [
"laravel",
Expand Down

0 comments on commit d04f0dc

Please sign in to comment.