Merge branch 'pr_1491' into pr/17
Showing
.codacy.yml
0 → 100644
.editorconfig
0 → 100644
.github/FUNDING.yml
0 → 100644
.styleci.yml
0 → 100644
.travis.yml
deleted
100644 → 0
Dockerfile
0 → 100644
| { | ||
| "name": "jenssegers/mongodb", | ||
| "description": "A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)", | ||
| "keywords": ["laravel","eloquent","mongodb","mongo","database","model","moloquent"], | ||
| "keywords": [ | ||
| "laravel", | ||
| "eloquent", | ||
| "mongodb", | ||
| "mongo", | ||
| "database", | ||
| "model", | ||
| "moloquent" | ||
| ], | ||
| "homepage": "https://github.com/jenssegers/laravel-mongodb", | ||
| "authors": [ | ||
| { | ||
| ... | ... | @@ -9,20 +17,21 @@ |
| "homepage": "https://jenssegers.com" | ||
| } | ||
| ], | ||
| "license" : "MIT", | ||
| "license": "MIT", | ||
| "require": { | ||
| "illuminate/support": "^5.6", | ||
| "illuminate/container": "^5.6", | ||
| "illuminate/database": "^5.6", | ||
| "illuminate/events": "^5.6", | ||
| "mongodb/mongodb": "^1.0.0" | ||
| "illuminate/support": "^5.8|^6.0", | ||
| "illuminate/container": "^5.8|^6.0", | ||
| "illuminate/database": "^5.8|^6.0", | ||
| "illuminate/events": "^5.8|^6.0", | ||
| "mongodb/mongodb": "^1.4", | ||
| "cedx/coveralls": "^11.2" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "^6.0|^7.0", | ||
| "orchestra/testbench": "^3.1", | ||
| "phpunit/phpunit": "^6.0|^7.0|^8.0", | ||
| "orchestra/testbench": "^3.1|^4.0", | ||
| "mockery/mockery": "^1.0", | ||
| "satooshi/php-coveralls": "^2.0", | ||
| "doctrine/dbal": "^2.5" | ||
| "doctrine/dbal": "^2.5", | ||
| "phpunit/phpcov": "^6.0" | ||
| }, | ||
| "autoload": { | ||
| "psr-0": { | ||
| ... | ... |
docker/Dockerfile
deleted
100644 → 0
docker/entrypoint.sh
deleted
100755 → 0
tests/models/Scoped.php
0 → 100644
Please
register
or
sign in
to comment