Skip to content

Commit 23efc9c

Browse files
committed
Bump dependencies for Laravel 13
1 parent 0fb8d65 commit 23efc9c

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
@@ -11,13 +11,13 @@
1111
"license": "MIT",
1212
"require": {
1313
"php": "^8.2",
14-
"laravel/framework": "^11.0|^12.0",
14+
"laravel/framework": "^11.0|^12.0|^13.0",
1515
"guzzlehttp/guzzle": "^7.8.1",
1616
"ext-json": "*"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^11.0.8",
20-
"orchestra/testbench": "^9.0|^10.0"
19+
"phpunit/phpunit": "^11.0.8|^12.5.12",
20+
"orchestra/testbench": "^9.0|^10.0|^11.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)