doctrine / DoctrineModule

Doctrine Module for Laminas
http://www.doctrine-project.org/projects/doctrine-module.html
MIT License
398 stars 270 forks source link

Added missing direct dependencies #719

Closed svycka closed 3 years ago

svycka commented 3 years ago

Some classes are used but not required and not mentioned in the suggest section

Targets
    Occurrences of 'Doctrine\Common' in Directory /projects/github/DoctrineModule/src
Found Occurrences 
    Unclassified  (14 usages found)
        DoctrineModule  (14 usages found)
            src/DoctrineModule  (1 usage found)
                Module.php  (1 usage found)
                    7 use Doctrine\Common\Annotations\AnnotationRegistry;
            src/DoctrineModule/Form/Element  (1 usage found)
                Proxy.php  (1 usage found)
                    7 use Doctrine\Common\Collections\Collection;
            src/DoctrineModule/Paginator/Adapter  (3 usages found)
                Collection.php  (1 usage found)
                    7 use Doctrine\Common\Collections\Collection as DoctrineCollection;
                Selectable.php  (2 usages found)
                    7 use Doctrine\Common\Collections\Criteria;
                    8 use Doctrine\Common\Collections\Selectable as DoctrineSelectable;
            src/DoctrineModule/Service 
                DriverFactory.php  (1 usage found)
                    7 use Doctrine\Common\Annotations;