Skip to content

Commit 2b62833

Browse files
authored
Merge pull request #66 from Generation4/laravel_8_support
Support Laravel version 8.x
2 parents 80305fd + b4235f9 commit 2b62833

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Just require this package with composer.
1818
composer require kg-bot/laravel-localization-to-vue
1919
```
2020

21+
### Laravel 8.0+
22+
Laravel 8.0 require minimum of PHP 7.3. make sure you have at least PHP 7.3 before running composer.
23+
2124
### Laravel 5.5+
2225

2326
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

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)