Merge pull request #1428 from RemiCollin/master
Laravel 5.6 support
Showing
... | @@ -11,14 +11,14 @@ | ... | @@ -11,14 +11,14 @@ |
], | ], | ||
"license" : "MIT", | "license" : "MIT", | ||
"require": { | "require": { | ||
"illuminate/support": "^5.5", | "illuminate/support": "^5.6", | ||
"illuminate/container": "^5.5", | "illuminate/container": "^5.6", | ||
"illuminate/database": "^5.5", | "illuminate/database": "^5.6", | ||
"illuminate/events": "^5.5", | "illuminate/events": "^5.6", | ||
"mongodb/mongodb": "^1.0.0" | "mongodb/mongodb": "^1.0.0" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^6.0", | "phpunit/phpunit": "^6.0|^7.0", | ||
"orchestra/testbench": "^3.1", | "orchestra/testbench": "^3.1", | ||
"mockery/mockery": "^1.0", | "mockery/mockery": "^1.0", | ||
"satooshi/php-coveralls": "^2.0", | "satooshi/php-coveralls": "^2.0", | ||
... | ... |
Please
register
or
sign in
to comment