Skip to content

Commit d87523d

Browse files
committed
✨ Laravel 12 support
1 parent 4dfbec7 commit d87523d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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.4.0
114+
* Support Laravel 12.x
115+
113116
6.3.0
114117
* Support Laravel 11.x
115118

composer.json

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

0 commit comments

Comments
 (0)