We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
seen in oc 10.8.0-beta2
PR #38647 claims to update octrine/dbal to 2.13.1
But lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Version.php says
class Version { /** * Current Doctrine Version. */ public const VERSION = '2.12.2-DEV';
Is this the expected version?
The text was updated successfully, but these errors were encountered:
The version is incorrect in the release. I raised issue doctrine/dbal#4711 And made PR doctrine/dbal#4712
IMO this constant does not effect anything "real".
Sorry, something went wrong.
Does not effect anything, hopefully they will fix it in minor patch (but they say won't fix), your level of finding those things is outstanding 👍
Closing due to no (bad) effect
No branches or pull requests
seen in oc 10.8.0-beta2
PR #38647 claims to update octrine/dbal to 2.13.1
But lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Version.php says
Is this the expected version?
The text was updated successfully, but these errors were encountered: