Skip to content

Commit 509c2b7

Browse files
committed
chore: Update dependencies in composer.json for improved compatibility and stability
1 parent d937ca2 commit 509c2b7

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
@@ -34,17 +34,17 @@
3434
"require": {
3535
"php": "^8.3",
3636
"illuminate/contracts": "^11.0||^12.0",
37-
"laravel/framework": "11.*",
38-
"orchestra/testbench": "9.*",
3937
"spatie/laravel-package-tools": "^1.16"
4038
},
4139
"require-dev": {
40+
"laravel/framework": "^11.0",
4241
"laravel/pint": "^1.14",
43-
"nunomaduro/collision": "^8.8",
4442
"larastan/larastan": "^3.0",
45-
"pestphp/pest": "^4.0",
46-
"pestphp/pest-plugin-arch": "^4.0",
47-
"pestphp/pest-plugin-laravel": "^4.0",
43+
"nunomaduro/collision": "^8.8",
44+
"orchestra/testbench": "^9.0",
45+
"pestphp/pest": "^3.0",
46+
"pestphp/pest-plugin-arch": "^3.0",
47+
"pestphp/pest-plugin-laravel": "^3.0",
4848
"phpstan/extension-installer": "^1.4",
4949
"phpstan/phpstan-deprecation-rules": "^2.0",
5050
"phpstan/phpstan-phpunit": "^2.0"

0 commit comments

Comments
 (0)