Skip to content

Commit aaf5934

Browse files
committed
update composer dependencies for laravel 11 support
1 parent 35cdfca commit aaf5934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.4 || ^8.0 || ^8.1",
20-
"brick/varexporter": "^0.3.8 || ^4.19.1",
20+
"brick/varexporter": "^0.3.8 || ^0.5.0",
2121
"doctrine/dbal": "^3.6 || ^4.0.2",
2222
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0",
2323
"illuminate/database": "^8.0 || ^9.0 || ^10.0 || ^11.0",
@@ -28,7 +28,7 @@
2828
"require-dev": {
2929
"friendsofphp/php-cs-fixer": "^3.13",
3030
"nunomaduro/larastan": "^1.0 || ^2.5",
31-
"orchestra/testbench": "^6.27 || ^7.0 || ^8.0 ",
31+
"orchestra/testbench": "^6.27 || ^7.0 || ^8.0 || ^9.0 ",
3232
"pestphp/pest": "^1.22 || ^2.0",
3333
"pestphp/pest-plugin-laravel": "^1.22 || ^2.0",
3434
"spatie/laravel-ray": "^1.32"

0 commit comments

Comments
 (0)