We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b63200 + d2a960f commit 1bbb584Copy full SHA for 1bbb584
composer.json
@@ -5,6 +5,7 @@
5
"keywords": [
6
"laravel",
7
"laravel 12",
8
+ "laravel 13",
9
"localization",
10
"i18n",
11
"javascript",
@@ -53,14 +54,14 @@
53
54
},
55
"require": {
56
"php": "^8.2",
- "illuminate/config": "*",
57
- "illuminate/console": "^11.0|^12.0",
58
- "illuminate/filesystem": "^11.0|^12.0",
+ "illuminate/config": "^11.0|^12.0|^13.0",
+ "illuminate/console": "^11.0|^12.0|^13.0",
59
+ "illuminate/filesystem": "^11.0|^12.0|^13.0",
60
"tedivm/jshrink": "~1.0"
61
62
"require-dev": {
- "pestphp/pest": "^3.7",
63
- "orchestra/testbench": "^9.0|^10.0"
+ "pestphp/pest": "^3.7|^4.0",
64
+ "orchestra/testbench": "^9.0|^10.0|^11.0"
65
66
"autoload": {
67
"psr-4": {
0 commit comments