Skip to content

Commit 7ec9fd9

Browse files
committed
✨ Laravel 12 support
1 parent 64f97b4 commit 7ec9fd9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.4.0|>=8.0.2",
18-
"illuminate/console": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
19-
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
17+
"php": "^5.4|^7.3|^8.0.2",
18+
"illuminate/console": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
19+
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2020
"symfony/finder": "*"
2121
},
2222
"autoload": {
@@ -26,7 +26,7 @@
2626
},
2727
"extra": {
2828
"component": "package",
29-
"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"],
29+
"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"],
3030
"laravel": {
3131
"providers": [
3232
"HighSolutions\\TranslationManager\\ManagerServiceProvider",

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,9 @@ Do not use this inside of non-clickable elements (title attribute, alt attribute
308308
Changelog
309309
---------
310310

311+
1.4.0
312+
* Support Laravel 12.x
313+
311314
1.3.0
312315
* Support Laravel 11.x
313316

0 commit comments

Comments
 (0)