diff --git a/composer.json b/composer.json index 4ddc8cf..2ae6aa2 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,15 @@ { "name": "highsolutions/laravel-lang-import-export", "description": "A Laravel package providing artisan commands to import and export language files from and to CSV.", - "keywords": ["laravel", "localization", "translation", "messages", "import", "export", "CSV"], + "keywords": [ + "laravel", + "localization", + "translation", + "messages", + "import", + "export", + "CSV" + ], "authors": [ { "name": "Michael Ruoss", @@ -15,7 +23,7 @@ "license": "MIT", "require": { "php": ">=5.6.4", - "illuminate/support": "5.*|^6.0|^7.0|^8.0" + "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0" }, "autoload": { "psr-4": { @@ -27,11 +35,17 @@ }, "extra": { "component": "package", - "frameworks": ["Laravel 5.7", "Laravel 5.8", "Laravel 6.x", "Laravel 7.x", "Laravel 8.x"], + "frameworks": [ + "Laravel 5.7", + "Laravel 5.8", + "Laravel 6.x", + "Laravel 7.x", + "Laravel 8.x" + ], "laravel": { "providers": [ "HighSolutions\\LangImportExport\\LangImportExportServiceProvider" - ] + ] } }, "minimum-stability": "stable"