Skip to content

Commit 7807734

Browse files
committed
Bump dependencies for Laravel 10
1 parent 098347c commit 7807734

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
],
2020
"license": "MIT",
2121
"require": {
22-
"illuminate/support": "^9.0",
23-
"illuminate/container": "^9.0",
24-
"illuminate/database": "^9.0",
25-
"illuminate/events": "^9.0",
26-
"mongodb/mongodb": "^1.11"
22+
"illuminate/support": "^10.0",
23+
"illuminate/container": "^10.0",
24+
"illuminate/database": "^10.0",
25+
"illuminate/events": "^10.0",
26+
"mongodb/mongodb": "^1.15"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^9.5.8",
30-
"orchestra/testbench": "^7.0",
31-
"mockery/mockery": "^1.3.1",
32-
"doctrine/dbal": "^2.13.3|^3.1.4"
29+
"phpunit/phpunit": "^9.5.10",
30+
"orchestra/testbench": "^8.0",
31+
"mockery/mockery": "^1.4.4",
32+
"doctrine/dbal": "^3.5"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)