Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Add Laravel 6 requirement in order to work with Laravel 6.x
  • Loading branch information
ludo237 authored Sep 2, 2019
1 parent ac2f2cf commit f2df0f0
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 directory and sub-directories and make them available as JSON file",
"require": {
"laravel/framework": "5.*"
"laravel/framework": "5.*|^6"
},
"keywords": [
"laravel",
Expand Down

0 comments on commit f2df0f0

Please sign in to comment.