Skip to content

Commit 56f2b51

Browse files
committed
Bump dependencies for Laravel 12
1 parent a836291 commit 56f2b51

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
@@ -18,19 +18,19 @@
1818
"require": {
1919
"php": "^8.1",
2020
"coderflexx/laravel-presenter": "^2.0",
21-
"illuminate/contracts": "^10.0|^11.0",
21+
"illuminate/contracts": "^10.0|^11.0|^12.0",
2222
"jaybizzle/crawler-detect": "^1.2",
2323
"spatie/laravel-package-tools": "^1.9.2"
2424
},
2525
"require-dev": {
2626
"nunomaduro/collision": "^7.0|^8.0",
2727
"nunomaduro/larastan": "^1.0|^2.0",
28-
"orchestra/testbench": "^8.0|^9.0",
29-
"pestphp/pest": "^1.22|^2.34",
28+
"orchestra/testbench": "^8.0|^9.0|^10.0",
29+
"pestphp/pest": "^1.22|^2.34|^3.7",
3030
"phpstan/extension-installer": "^1.1",
31-
"phpstan/phpstan-deprecation-rules": "^1.0",
32-
"phpstan/phpstan-phpunit": "^1.0",
33-
"phpunit/phpunit": "^9.5|^10.0"
31+
"phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
32+
"phpstan/phpstan-phpunit": "^1.0|^2.0",
33+
"phpunit/phpunit": "^9.5|^10.0|^11.5.3"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)