Skip to content

Commit 197d1c9

Browse files
committed
Bump dependencies for Laravel 13
1 parent 9241232 commit 197d1c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
],
2323
"require": {
2424
"php": "^8.0",
25-
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
26-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
25+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
26+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
2727
"league/fractal": "^0.20.1|^0.20",
2828
"nesbot/carbon": "^2.63|^3.0",
2929
"spatie/fractalistic": "^2.9.5|^2.9",
3030
"spatie/laravel-package-tools": "^1.11"
3131
},
3232
"require-dev": {
3333
"ext-json": "*",
34-
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
34+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0",
3535
"pestphp/pest": "^1.22|^2.34|^3.0"
3636
},
3737
"autoload": {

0 commit comments

Comments
 (0)