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 098347c commit 7807734Copy full SHA for 7807734
composer.json
@@ -19,17 +19,17 @@
19
],
20
"license": "MIT",
21
"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"
+ "illuminate/support": "^10.0",
+ "illuminate/container": "^10.0",
+ "illuminate/database": "^10.0",
+ "illuminate/events": "^10.0",
+ "mongodb/mongodb": "^1.15"
27
},
28
"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"
+ "phpunit/phpunit": "^9.5.10",
+ "orchestra/testbench": "^8.0",
+ "mockery/mockery": "^1.4.4",
+ "doctrine/dbal": "^3.5"
33
34
"autoload": {
35
"psr-4": {
0 commit comments