Skip to content

Commit 4dfbec7

Browse files
committed
✨ Support Laravel 11.x
1 parent a56502b commit 4dfbec7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
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.3.0
114+
* Support Laravel 11.x
115+
113116
6.2.0
114117
* Support Laravel 9.x and 10.x
115118

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"license": "MIT",
1616
"require": {
17-
"php": ">=5.6.4",
18-
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0"
17+
"php": ">=5.6.4|>=8.0.2",
18+
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.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.x", "Laravel 7.x", "Laravel 8.x", "Laravel 9.x", "Laravel 10.x"],
30+
"frameworks": ["Laravel 5.7", "Laravel 5.8", "Laravel 6.x", "Laravel 7.x", "Laravel 8.x", "Laravel 9.x", "Laravel 10.x", "Laravel 11.x"],
3131
"laravel": {
3232
"providers": [
3333
"HighSolutions\\LangImportExport\\LangImportExportServiceProvider"

0 commit comments

Comments
 (0)