Skip to content

Commit

Permalink
Merge pull request #1337 from fbourigault/fix-doctrine-persistence-de…
Browse files Browse the repository at this point in the history
…pendency

Depend on doctrine/persistence instead of doctrine/orm
  • Loading branch information
lsmith77 committed Jan 5, 2021
2 parents 2c16d31 + edcc567 commit 80737a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Tests/Binary/Loader/AbstractDoctrineLoaderTest.php
Expand Up @@ -34,10 +34,6 @@ class AbstractDoctrineLoaderTest extends TestCase

public function setUp(): void
{
if (!interface_exists(ObjectManager::class)) {
$this->markTestSkipped('Requires the doctrine/orm package.');
}

$this->om = $this
->getMockBuilder(ObjectManager::class)
->getMock();
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -34,7 +34,7 @@
"amazonwebservices/aws-sdk-for-php": "^1.0",
"aws/aws-sdk-php": "^2.4",
"doctrine/cache": "^1.1",
"doctrine/orm": "^2.3",
"doctrine/persistence": "^1.3",
"enqueue/enqueue-bundle": "^0.9|^0.10",
"friendsofphp/php-cs-fixer": "^2.10",
"league/flysystem": "^1.0",
Expand Down

0 comments on commit 80737a4

Please sign in to comment.