Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/34'
Browse files Browse the repository at this point in the history
Close #34
  • Loading branch information
michalbundyra committed Nov 14, 2016
2 parents b4c5a27 + e560abb commit cf3799c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -41,7 +41,7 @@
},
"require-dev": {
"phpunit/phpunit": "^5.6",
"zendframework/zend-coding-standard": "^1.0",
"zendframework/zend-coding-standard": "~1.0.0",
"doctrine/doctrine-mongo-odm-module": "^0.11",
"doctrine/doctrine-orm-module": "^1.1",
"zendframework/zend-i18n": "^2.7.3",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/Query/Provider/DefaultOrmFactoryTest.php
Expand Up @@ -14,7 +14,7 @@

class DefaultOrmFactoryTest extends TestCase
{
public function testInvokableFactoryReturnsDefaultOdmQueryProvider()
public function testInvokableFactoryReturnsDefaultOrmQueryProvider()
{
$serviceLocator = $this->prophesize(ServiceLocatorInterface::class)->reveal();

Expand Down

0 comments on commit cf3799c

Please sign in to comment.