Merge pull request #1988 from divine/laravel_7
[4.x] Laravel 7
Showing
... | @@ -19,18 +19,17 @@ | ... | @@ -19,18 +19,17 @@ |
], | ], | ||
"license": "MIT", | "license": "MIT", | ||
"require": { | "require": { | ||
"illuminate/support": "^5.8|^6.0", | "illuminate/support": "^7.0", | ||
"illuminate/container": "^5.8|^6.0", | "illuminate/container": "^7.0", | ||
"illuminate/database": "^5.8|^6.0", | "illuminate/database": "^7.0", | ||
"illuminate/events": "^5.8|^6.0", | "illuminate/events": "^7.0", | ||
"mongodb/mongodb": "^1.4" | "mongodb/mongodb": "^1.6" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^6.0|^7.0|^8.0", | "phpunit/phpunit": "^8.4", | ||
"orchestra/testbench": "^3.1|^4.0", | "orchestra/testbench": "^5.0", | ||
"mockery/mockery": "^1.0", | "mockery/mockery": "^1.3.1", | ||
"doctrine/dbal": "^2.5", | "doctrine/dbal": "^2.6", | ||
"phpunit/phpcov": "^6.0", | |||
"cedx/coveralls": "^11.2" | "cedx/coveralls": "^11.2" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
... | ... |
Please
register
or
sign in
to comment