Skip to content

Commit b778d1e

Browse files
committed
Bump dependencies for Laravel 12
1 parent 02d5604 commit b778d1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"require": {
2121
"php": "^8.1|^8.2",
2222
"guzzlehttp/guzzle": "^7.7",
23-
"illuminate/contracts": "^10.0|^11.0",
23+
"illuminate/contracts": "^10.0|^11.0|^12.0",
2424
"spatie/laravel-package-tools": "^1.14.0"
2525
},
2626
"require-dev": {
2727
"laravel/pint": "^1.0",
2828
"nunomaduro/collision": "^7.0|^8.0",
2929
"nunomaduro/larastan": "^2.0.1",
30-
"orchestra/testbench": "^8.0|^9.0",
31-
"pestphp/pest": "^2.0",
32-
"pestphp/pest-plugin-arch": "^2.0",
30+
"orchestra/testbench": "^8.0|^9.0|^10.0",
31+
"pestphp/pest": "^2.0|^3.7",
32+
"pestphp/pest-plugin-arch": "^2.0|^3.0",
3333
"phpstan/extension-installer": "^1.1",
34-
"phpstan/phpstan-deprecation-rules": "^1.0",
35-
"phpstan/phpstan-phpunit": "^1.0"
34+
"phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
35+
"phpstan/phpstan-phpunit": "^1.0|^2.0"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)