Skip to content

Commit

Permalink
✨ Support Laravel 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adammatysiak committed Apr 22, 2024
1 parent a56502b commit 4dfbec7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ When you call command without parameters - it will try to read default file of e
Changelog
------------

6.3.0
* Support Laravel 11.x

6.2.0
* Support Laravel 9.x and 10.x

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"license": "MIT",
"require": {
"php": ">=5.6.4",
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0"
"php": ">=5.6.4|>=8.0.2",
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -27,7 +27,7 @@
},
"extra": {
"component": "package",
"frameworks": ["Laravel 5.7", "Laravel 5.8", "Laravel 6.x", "Laravel 7.x", "Laravel 8.x", "Laravel 9.x", "Laravel 10.x"],
"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": {
"providers": [
"HighSolutions\\LangImportExport\\LangImportExportServiceProvider"
Expand Down

0 comments on commit 4dfbec7

Please sign in to comment.