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 0ae6a63 commit 2a7ea3bCopy full SHA for 2a7ea3b
composer.json
@@ -11,10 +11,10 @@
11
],
12
"license" : "MIT",
13
"require": {
14
- "illuminate/support": "^5.5",
15
- "illuminate/container": "^5.5",
16
- "illuminate/database": "^5.5",
17
- "illuminate/events": "^5.5",
+ "illuminate/support": "^5.6",
+ "illuminate/container": "^5.6",
+ "illuminate/database": "^5.6",
+ "illuminate/events": "^5.6",
18
"mongodb/mongodb": "^1.0.0"
19
},
20
"require-dev": {
@@ -47,5 +47,7 @@
47
"Jenssegers\\Mongodb\\MongodbQueueServiceProvider"
48
]
49
}
50
- }
+ },
51
+ "minimum-stability" : "dev",
52
+ "prefer-stable": true
53
0 commit comments