Skip to content

Commit 1bbb584

Browse files
feat: bump dependencies for laravel 13 (#207)
2 parents 9b63200 + d2a960f commit 1bbb584

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"keywords": [
66
"laravel",
77
"laravel 12",
8+
"laravel 13",
89
"localization",
910
"i18n",
1011
"javascript",
@@ -53,14 +54,14 @@
5354
},
5455
"require": {
5556
"php": "^8.2",
56-
"illuminate/config": "*",
57-
"illuminate/console": "^11.0|^12.0",
58-
"illuminate/filesystem": "^11.0|^12.0",
57+
"illuminate/config": "^11.0|^12.0|^13.0",
58+
"illuminate/console": "^11.0|^12.0|^13.0",
59+
"illuminate/filesystem": "^11.0|^12.0|^13.0",
5960
"tedivm/jshrink": "~1.0"
6061
},
6162
"require-dev": {
62-
"pestphp/pest": "^3.7",
63-
"orchestra/testbench": "^9.0|^10.0"
63+
"pestphp/pest": "^3.7|^4.0",
64+
"orchestra/testbench": "^9.0|^10.0|^11.0"
6465
},
6566
"autoload": {
6667
"psr-4": {

0 commit comments

Comments
 (0)