Skip to content

Commit ef11129

Browse files
committed
Bump dependencies for Laravel 12
1 parent 0a5a565 commit ef11129

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"php": "^8.1",
1414
"ext-json": "*",
1515
"ext-pdo": "*",
16-
"laravel/framework": "^10.0|^11.0",
16+
"laravel/framework": "^10.0|^11.0|^12.0",
1717
"phayes/geophp": "^1.2"
1818
},
1919
"require-dev": {
20-
"doctrine/dbal": "^3.5.3",
20+
"doctrine/dbal": "^3.5.3|^4.2",
2121
"larastan/larastan": "^1.0|^2.4",
2222
"laravel/pint": "^1.14",
23-
"orchestra/testbench": "^8.0|^9.0",
24-
"pestphp/pest": "^2.0",
25-
"pestphp/pest-plugin-laravel": "^2.0"
23+
"orchestra/testbench": "^8.0|^9.0|^10.0",
24+
"pestphp/pest": "^2.0|^3.7",
25+
"pestphp/pest-plugin-laravel": "^2.0|^3.1"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)