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 932f2cf commit 55499aaCopy full SHA for 55499aa
composer.json
@@ -31,15 +31,14 @@
31
],
32
"require": {
33
"php": ">=7.2",
34
- "illuminate/auth": "^6.0",
35
- "illuminate/container": "^6.0",
36
- "illuminate/contracts": "^6.0",
37
-
38
- "jenssegers/mongodb": "^3.0"
+ "illuminate/auth": "^6.0|^7.0",
+ "illuminate/container": "^6.0|^7.0",
+ "illuminate/contracts": "^6.0|^7.0",
+ "jenssegers/mongodb": "^3.0|dev-develop"
39
},
40
"require-dev": {
41
- "monolog/monolog": "^1.23",
42
- "orchestra/testbench": "^3.2|^4.0",
+ "monolog/monolog": "^1.23|^2.0",
+ "orchestra/testbench": "^3.2|^4.0|^5.0",
43
"phpunit/phpunit": "^5.7|^6.0|^7.0|^8.0",
44
"squizlabs/php_codesniffer": "^3.1"
45
0 commit comments