Skip to content

Commit 4721070

Browse files
committed
Remove unused dependency on doctrine/common
1 parent 42793ec commit 4721070

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.0",
16-
"doctrine/common": "^2.8"
15+
"php": ">=7.0"
1716
},
1817
"require-dev": {
1918
"phpunit/phpunit": "^6.4",

tests/SpecificationTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
namespace Tanigami\Specification;
44

5-
use Doctrine\Common\Collections\Criteria;
6-
use Doctrine\Common\Collections\Expr\ClosureExpressionVisitor;
7-
use Doctrine\Common\Collections\Expr\Comparison;
8-
use Doctrine\Common\Collections\Expr\CompositeExpression;
9-
use Doctrine\Common\Collections\Expr\ExpressionVisitor;
10-
use Doctrine\Common\Collections\Expr\Value;
115
use PHPUnit\Framework\TestCase;
126
use stdClass;
137

0 commit comments

Comments
 (0)