Skip to content

Commit 2aa5f6d

Browse files
committed
Support Laravel 8.x
1 parent ecdcd3b commit 2aa5f6d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ When you call command without parameters - it will try to read default file of e
110110
Changelog
111111
------------
112112

113+
6.1.0
114+
* Support Laravel 7.x and 8.x
115+
113116
6.0.0
114117
* Support Laravel 6.0
115118

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"require": {
1717
"php": ">=5.6.4",
18-
"illuminate/support": "5.*|6.*"
18+
"illuminate/support": "5.*|^6.0|^7.0|^8.0"
1919
},
2020
"autoload": {
2121
"psr-4": {
@@ -27,7 +27,7 @@
2727
},
2828
"extra": {
2929
"component": "package",
30-
"frameworks": ["Laravel 5.7", "Laravel 5.8", "Laravel 6.0"],
30+
"frameworks": ["Laravel 5.7", "Laravel 5.8", "Laravel 6.x", "Laravel 7.x", "Laravel 8.x"],
3131
"laravel": {
3232
"providers": [
3333
"HighSolutions\\LangImportExport\\LangImportExportServiceProvider"

0 commit comments

Comments
 (0)