Updating to work with php7, laravel 5.2 and the new php mongodb driver.
Showing
... | ... | @@ -15,12 +15,12 @@ |
"illuminate/container": "^5.1", | ||
"illuminate/database": "^5.1", | ||
"illuminate/events": "^5.1", | ||
"mongodb/mongodb": "^1.0.0@beta" | ||
"mongodb/mongodb": "^1.0.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.0|^5.0", | ||
"orchestra/testbench": "^3.2", | ||
"orchestra/testbench": "^3.1", | ||
"mockery/mockery": "^0.9", | ||
"satooshi/php-coveralls": "^0.6" | ||
}, | ||
... | ... |
Please
register
or
sign in
to comment