We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226f3dc commit 54f37f0Copy full SHA for 54f37f0
composer.json
@@ -17,18 +17,18 @@
17
}
18
],
19
"require": {
20
- "php": "^7.4|^8.0",
21
- "illuminate/contracts": "^8.0|^9.0"
+ "php": "^8.0",
+ "illuminate/contracts": "^8.0|^9.0|^10"
22
},
23
"require-dev": {
24
- "brianium/paratest": "^6.3",
+ "brianium/paratest": "^7",
25
"nunomaduro/collision": "^5.10",
26
"nunomaduro/larastan": "^1.0",
27
- "orchestra/testbench": "^6.15",
+ "orchestra/testbench": "^8.0",
28
"phpstan/extension-installer": "^1.1",
29
"phpstan/phpstan-deprecation-rules": "^1.0",
30
"phpstan/phpstan-phpunit": "^1.0",
31
- "phpunit/phpunit": "^9.3"
+ "phpunit/phpunit": "^10"
32
33
"autoload": {
34
"psr-4": {
0 commit comments