Javier Spagnoletti
Javier Spagnoletti
>core is the symfony-only version in a sense, I'd say that the path is fine without the api prefix. I agree, but I also think we should make explicit clarifications...
Thanks for the feedback, I was not aware about the implications at Packagist. Given your concerns, is there something I can do to opt-out this warning in the described scenario?...
I just updated the PR by adding the `CHECK_DUPLICATE_CONSTRAINTS` flag. Please, note that my use case is intended to keep the constraint for a single dependency as concise as posible,...
Just for clarification about this example: >I think it may be more accurate to require foo/bar ^2.0 and conflict with 2.4.7 if that contained some weird bug making it incompatible,...
Thank you @mbabker!
Good job @Jean85!
>I'm currently using following option. How about this? I think this check is enough when there are no pending ruleset checks. Otherwise, when the checks are not met, the value...
Thanks for your contribution @sgehrig! Could you please add the corresponding changelog entries? See https://github.com/doctrine-extensions/DoctrineExtensions/blob/main/CONTRIBUTING.md#changelog.
>What's going on with the PHPStan errors? I didn't make changes to these files. You are [removing `@phpstan-template` annotations](https://github.com/doctrine-extensions/DoctrineExtensions/pull/2929/files#diff-549857e13d9ecdad914283e2d364dd791db3a55328d207516ffb5f823a4e3257L44), so errors [like this](https://github.com/doctrine-extensions/DoctrineExtensions/actions/runs/13907238607/job/39320813376?pr=2929#step:5:15) are expected: ``` Error: Generic type Gedmo\Mapping\MappedEventSubscriber...
@mbabker, I'd like to hear your thoughts on this.