Skip to content

Commit 3a88810

Browse files
committed
Added support for Laravel 9
1 parent 58e060a commit 3a88810

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|^8",
5+
"laravel/framework": "5.*|^6|^7|^8|^9",
66
"ext-json": "*"
77
},
88
"keywords": [

0 commit comments

Comments
 (0)