Tac Tacelosky

Results 545 comments of Tac Tacelosky

Symfony 7 is now in RC2, and will be released within the next 3 days. What do you think of at least bumping the minimum requirements for Symfony to 6.3?...

Hi, Symfony 7 is now out. What's the best path to support it?

Thanks, @jfsenechal I'll give it a try this week. As I mentioned before, I'm pretty convinced this is worthy of a new release, 6.4||7.0, and eventually supports the new Doctrine....

best bet is to start with https://github.com/jfsenechal/DoctrineBehaviors, but ideally @jfsenechal would become a maintainer and simply release a new version with the higher PHP requirements and of course Symfony 7....

@jfsenechal can you please rename your fork and publish it on packagist? This happened with the gedmo extensions for a while as well, and then eventually the changes were merged...

Since I'm constantly forgetting how to install jfsenechal's fork, here's a cut-and-paste solution: ```bash composer config repositories.jfsenechal_doctrine_behaviors '{"type": "vcs", "url": "[email protected]:jfsenechal/DoctrineBehaviors.git"}' composer require knplabs/doctrine-behaviors:"dev-sf7.0 as 2.6.3" ```

I've added a PR for this, but it's complicated by whether or not the bundle will continue to support versions that are not longer supported by Symfony (e.g. 6.0 and...

Thanks, @raziel057, the deprecation errors were filling the logs and making it difficult to see the important errors. BTW, here's a CLI way of using your fork. ```bash composer config...

@jaroslavlibal it seems unlikely. Instead, use this fork: ```bash composer config repositories.jfsenechal_doctrine_behaviors '{"type": "vcs", "url": "[email protected]:jfsenechal/DoctrineBehaviors.git"}' composer require knplabs/doctrine-behaviors:"dev-sf7.0 as 2.6.3" ```