Skip to content

Conversation

@nikophil
Copy link
Member

@nikophil nikophil commented Nov 2, 2025

few dependencies still not support SF 8:

  • doctrine/orm, doctrine bundle / doctrine/odm / doctrine odm bundle which have merged PRs with support but not released them

"phpstan/phpstan-doctrine": "^2.0",
"phpstan/phpstan-phpunit": "^2.0"
"phpstan/phpstan-phpunit": "^2.0",
"symfony/var-exporter": "^7"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

phpstan doctrine still needs var-exporter 7

yield from parent::registerBundles();

yield new MakerBundle();
// yield new MakerBundle();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️

Comment on lines +110 to +113
if (!TestKernel::canUseLegacyProxy()) {
yield [];
return;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is currently mandatory in order to still be able to test proxies in data providers

I think I will start working on Foundry 3 very soon because I can't stand this complexity in the tests anymore

Comment on lines +27 to +30
public static function setUpBeforeClass(): void
{
self::markTestSkipped();
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️

Comment on lines +23 to +24
"symfony/property-access": "^8.0",
"symfony/property-info": "^8.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️
this was the only way I found to upgade to beta locally

See https://github.com/zenstruck/foundry/blob/2.x/UPGRADE-2.7.md to upgrade.]]></issue>

<issue><![CDATA[Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)]]></issue>
<issue><![CDATA[Since doctrine/doctrine-bundle 3.1: The "auto_mapping" option is deprecated and will be removed in DoctrineBundle 4.0, as it only accepts `false` since 3.0.]]></issue>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't make disappear this deprec... I think there is a problem in Doctrine bundle

@nikophil nikophil marked this pull request as draft November 2, 2025 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant