diff --git a/README.md b/README.md index adbfa2b..0389184 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ Just require this package with composer. composer require kg-bot/laravel-localization-to-vue ``` +### Laravel 8.0+ +Laravel 8.0 require minimum of PHP 7.3. make sure you have at least PHP 7.3 before running composer. + ### Laravel 5.5+ Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider. diff --git a/composer.json b/composer.json index 3e4e4dc..bac33bc 100644 --- a/composer.json +++ b/composer.json @@ -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": [