Skip to content

Commit 85d2713

Browse files
author
Kurt Friars
committed
Adjust dependencies for 11.x
1 parent 456e476 commit 85d2713

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.1|^8.2",
26+
"php": "^8.2",
2727
"spatie/laravel-package-tools": "^1.14.0",
28-
"illuminate/contracts": "^10.0|^11.0"
28+
"illuminate/contracts": "^11.0"
2929
},
3030
"require-dev": {
3131
"doctrine/dbal": "^3.7",
3232
"laravel/pint": "^1.0",
33-
"nunomaduro/collision": "^7.8",
33+
"nunomaduro/collision": "^8.1.1",
3434
"nunomaduro/larastan": "^2.0.1",
35-
"orchestra/testbench": "^8.0",
35+
"orchestra/testbench": "^9.0",
3636
"pestphp/pest": "^2.20",
37-
"pestphp/pest-plugin-arch": "^2.0",
38-
"pestphp/pest-plugin-laravel": "^2.0",
37+
"pestphp/pest-plugin-arch": "^2.5",
38+
"pestphp/pest-plugin-laravel": "^2.2.0",
3939
"phpstan/extension-installer": "^1.1",
4040
"phpstan/phpstan-deprecation-rules": "^1.0",
4141
"phpstan/phpstan-phpunit": "^1.0"
@@ -74,4 +74,4 @@
7474
}
7575
}
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)