j-dobr

Results 2 issues of j-dobr

Tried to use browscap-php with Symfony 6 (symfony/skeleton) but there is dependency conflict: ``` - Root composer.json requires browscap/browscap-php 7.0 -> satisfiable by browscap/browscap-php[7.0.0]. - matthiasmullie/scrapbook 1.4.8 requires psr/cache ~1.0...

enhancement

Setting default order for collection inside entity, **ORM\OrderBy** is used like this: `#[OrderBy(["name" => "ASC"])]` ([docs](https://www.doctrine-project.org/projects/doctrine-orm/en/3.2/tutorials/ordered-associations.html#ordering-to-many-associations)) When using `DoctrineSetList::DOCTRINE_CODE_QUALITY`, above is replaced with `#[OrderBy(["name" => \Doctrine\Common\Collections\Criteria::ASC])]` which, while not according...