Skip to content

Commit

Permalink
Merge pull request #220 from TomHAnderson/feature/custom_default_docu…
Browse files Browse the repository at this point in the history
…ment_repository_class_name

Added default_document_repository_class_name to document manager conf…
  • Loading branch information
TomHAnderson committed May 1, 2020
2 parents 232aa9d + 1f0381d commit 7f39c21
Show file tree
Hide file tree
Showing 11 changed files with 209 additions and 145 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ Run phpcs as
```
docker-compose run --rm php composer cs-check src test config
```

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"php": "^7.2",
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/doctrine-module": "^4.0",
"doctrine/mongodb-odm": "^1.1",
"doctrine/mongodb-odm": "^1.3",
"laminas/laminas-hydrator": "^3.0.2",
"laminas/laminas-mvc": "^3.1.1",
"laminas/laminas-servicemanager": "^3.4",
Expand Down
Loading

0 comments on commit 7f39c21

Please sign in to comment.