We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42793ec commit 4721070Copy full SHA for 4721070
2 files changed
composer.json
@@ -12,8 +12,7 @@
12
}
13
],
14
"require": {
15
- "php": ">=7.0",
16
- "doctrine/common": "^2.8"
+ "php": ">=7.0"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "^6.4",
tests/SpecificationTest.php
@@ -2,12 +2,6 @@
2
3
namespace Tanigami\Specification;
4
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;
11
use PHPUnit\Framework\TestCase;
use stdClass;
0 commit comments