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

Commit cf3799c

Browse files
committed
Merge branch 'hotfix/34'
Close #34
2 parents b4c5a27 + e560abb commit cf3799c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"require-dev": {
4343
"phpunit/phpunit": "^5.6",
44-
"zendframework/zend-coding-standard": "^1.0",
44+
"zendframework/zend-coding-standard": "~1.0.0",
4545
"doctrine/doctrine-mongo-odm-module": "^0.11",
4646
"doctrine/doctrine-orm-module": "^1.1",
4747
"zendframework/zend-i18n": "^2.7.3",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/Query/Provider/DefaultOrmFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class DefaultOrmFactoryTest extends TestCase
1616
{
17-
public function testInvokableFactoryReturnsDefaultOdmQueryProvider()
17+
public function testInvokableFactoryReturnsDefaultOrmQueryProvider()
1818
{
1919
$serviceLocator = $this->prophesize(ServiceLocatorInterface::class)->reveal();
2020

0 commit comments

Comments
 (0)