Gilles Hoarau

Results 9 comments of Gilles Hoarau

Hi @nieldlr, Any news about this nopin attribute ?

@coderabbitai generate docstrings

I updated composer.json to drop support for symfony 5.4 and php =< 8.1 as proposed here https://github.com/meilisearch/meilisearch-symfony/issues/402#issuecomment-3540165738

> Can you rebase? Done! Thanks for your comments. test:unit results: ``` There was 1 skipped test: 1) Meilisearch\Bundle\Tests\Integration\AggregatorTest::testAggregatorProxyClass Skipping, because proxies are not wrapped anymore with lazy native objects....

@norkunas is phpmd still used? it rely on pdepend/pdepend which is not yet ready for php 8.1, which make [Tests / integration-tests (PHP 8.4) (Symfony 8.0.*) (pull_request)](https://github.com/meilisearch/meilisearch-symfony/actions/runs/20303526535/job/58316818277?pr=419) Failing after 17s.

> I am not the one who added it. As it blocks us from supporting 8.0 i guess we could remove it. But @Strift needs to approve this move Ok....

> @unicolored i guess you'll have to update phpunit.xml.dist to switch to at least phpunit ^v10, but IIRC you'll need to replace `@dataProvider` and `@testWith` with php attributes as annotations...

Hello! When adding `|| ^8.0` to symfony in composer.json and trying with php:8.2-fpm : ``` Problem 1 - doctrine/doctrine-bundle is locked to version 3.1.0 and an update of this package...

I submitted a [PR 419](https://github.com/meilisearch/meilisearch-symfony/pull/419). The installation of the forked bundle in my local symfony 8.0 project is working fine. The phpstan and lint:check are green. Phpunit tests also are...