Updated to happyr/doctrine-specification 2, with some fixes

This commit is contained in:
Alejandro Celaya
2021-02-26 20:01:16 +01:00
parent 40040b627f
commit 1498b72966
20 changed files with 28 additions and 35 deletions

View File

@@ -4,8 +4,8 @@ declare(strict_types=1);
namespace Shlinkio\Shlink\Core\Spec;
use Happyr\DoctrineSpecification\BaseSpecification;
use Happyr\DoctrineSpecification\Spec;
use Happyr\DoctrineSpecification\Specification\BaseSpecification;
use Happyr\DoctrineSpecification\Specification\Specification;
use Shlinkio\Shlink\Common\Util\DateRange;