Skip to content

Commit 54f37f0

Browse files
authored
Update composer.json
1 parent 226f3dc commit 54f37f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.4|^8.0",
21-
"illuminate/contracts": "^8.0|^9.0"
20+
"php": "^8.0",
21+
"illuminate/contracts": "^8.0|^9.0|^10"
2222
},
2323
"require-dev": {
24-
"brianium/paratest": "^6.3",
24+
"brianium/paratest": "^7",
2525
"nunomaduro/collision": "^5.10",
2626
"nunomaduro/larastan": "^1.0",
27-
"orchestra/testbench": "^6.15",
27+
"orchestra/testbench": "^8.0",
2828
"phpstan/extension-installer": "^1.1",
2929
"phpstan/phpstan-deprecation-rules": "^1.0",
3030
"phpstan/phpstan-phpunit": "^1.0",
31-
"phpunit/phpunit": "^9.3"
31+
"phpunit/phpunit": "^10"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)