-
-
Notifications
You must be signed in to change notification settings - Fork 107
Actually support Symfony 8 #1022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| "phpstan/phpstan-doctrine": "^2.0", | ||
| "phpstan/phpstan-phpunit": "^2.0" | ||
| "phpstan/phpstan-phpunit": "^2.0", | ||
| "symfony/var-exporter": "^7" |
There was a problem hiding this comment.
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
| if (!TestKernel::canUseLegacyProxy()) { | ||
| yield []; | ||
| return; | ||
| } |
There was a problem hiding this comment.
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
| public static function setUpBeforeClass(): void | ||
| { | ||
| self::markTestSkipped(); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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> |
There was a problem hiding this comment.
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
9175aea to
3b4889a
Compare
|
Thanks @nikophil |
If we want to support SF 8 in Foundry 2, we'd need to throw an exception when using
ProxyPersistentObjectFactoryBTW, Doctrine ORM still not support SF 8