fix(deps): update dependency doctrine/orm to v3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| doctrine/orm (source) | 2.19.5 -> 3.1.3 |
Release Notes
doctrine/orm (doctrine/orm)
v3.1.3
Release Notes for 3.1.3
3.1.3
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 6
Bugfixes
- 11430: Fix deprecation layer of Doctrine\ORM\ORMException thanks to @W0rma
- 11428: Prevent creation of new MANAGED entity instance by reloading REMOVED entity from database thanks to @xificurk
- 11422: Bugfix: respect orderBy for fetch EAGER mode thanks to @tomasz-ryba
-
11101: fix: always cleanup in
AbstractHydrator::toIterable()thanks to @simPod
Test Suite
Documentation
- 11420: fix(docs): typo thanks to @tyteen4a03
v3.1.2
Release Notes for 3.1.2
3.1.2
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 4
Bug
- 11415: Revert "SchemaValidator: Changing mapping of BIGINT to string|int" thanks to @derrabus
- 11399: SchemaValidator: Changing mapping of BIGINT to string|int thanks to @ThomasLandauer
Documentation
Static Analysis
Changes from Lower Branches
This release contains all changes of the 2.19.4 release.
v3.1.1
Release Notes for 3.1.1
3.1.1
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
Bug
- 11387: Fixed proxy initialization for EnumReflectionProperty thanks to @valkars
- 11370: Avoid another occurrence of ArrayAccess thanks to @greg0ire
- 11368: Avoid array access thanks to @greg0ire
Documentation
Changes from Lower Branches
- This release contains all changes of the 2.19.1 release.
- This release contains all changes of the 2.19.2 release.
- This release contains all changes of the 2.19.3 release.
v3.1.0
Release Notes for 3.1.0
Feature release (minor)
3.1.0
- Total issues resolved: 0
- Total pull requests resolved: 11
- Total contributors: 2
Deprecation
- 11330: Use EnumReflectionProperty class from persistence package thanks to @greg0ire
- 11294: Translate comment into code and annotations thanks to @greg0ire
- 11211: Deprecate array access thanks to @greg0ire
Improvement
- 11325: Bump Doctrine Collections to 2.2 thanks to @derrabus
- 11261: Validate more variadic parameters thanks to @derrabus
- 11260: Throw if a variadic parameter contains unexpected named arguments thanks to @derrabus
Static Analysis
- 11276: Remove implicit casts in FileLock.php thanks to @greg0ire
- 11275: Account for inversedBy being a non-falsy-string or null thanks to @greg0ire
- 11272: Improve static analysis on AttachEntityListenersListener thanks to @greg0ire
- 11214: Replace more occurrences of array access thanks to @greg0ire
Documentation,Improvement
Changes from Lower Branches
- This release contains all changes of the 2.19.0 release.
v3.0.3
Release Notes for 3.0.3
3.0.3
- Total issues resolved: 0
- Total pull requests resolved: 0
- Total contributors: 0
Changes from Lower Branches
- This release contains all changes of the 2.18.3 release.
v3.0.2
Release Notes for 3.0.2
3.0.2
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
Code Style
- 11324: Remove PHP 7 workarounds thanks to @derrabus
Bug
Improvement
- 11305: Remove extra word thanks to @greg0ire
Changes from Lower Branches
- This release contains all changes of the 2.18.2 release.
v3.0.1
Release Notes for 3.0.1
3.0.x bugfix release (patch)
3.0.1
- Total issues resolved: 1
- Total pull requests resolved: 12
- Total contributors: 8
BC Break
Test Suite
- 11265: Remove unused trait thanks to @greg0ire
Documentation
- 11257: [Documentation] Adding link to Postgres upgrade article thanks to @ThomasLandauer
- 11224: Clean up outdated sentence thanks to @BenMorel
- 11222: Update PHP requirement in README.md thanks to @andreybolonin
- 11221: Update version ORM from 2 to 3 in docs thanks to @andreybolonin
- 11219: Bump dependencies in the "getting started" docs page thanks to @derrabus
- 11218: DoctrineSetup was renamed to ORMSetup thanks to @derrabus
Bug
- 11243: Remove broken assertion from DateAddFunction and DateSubFunction thanks to @ondrejmirtes
- 11242: fix: support array-type arg in QB variadic calls thanks to @simPod
- 11240: Fix broken assert(is_numeric($sql)) in DateAddFunction and DateSubFunction thanks to @ondrejmirtes
Static Analysis
CI
Changes from Lower Branches
- This release contains all changes of the 2.18.1 release.
v3.0.0
Release Notes for 3.0.0
After almost 8 years of work by many different contributors, we're incredibly proud to announce the release of Doctrine ORM 3.0.0!
Upgrade
We've written an upgrade guide, but the best way to prepare for the upgrade is to first upgrade to the latest 2.x version, and address any deprecation that is reported.
3.0.0
- Total issues resolved: 9
- Total pull requests resolved: 241
- Total contributors: 22
BC Break
- 11165: Allow XML validation to be disabled but keep it enabled by default. thanks to @jwage
- 11013: Enforce native type declarations thanks to @greg0ire
- 10998: Sever ties to common thanks to @greg0ire
- 10985: Remove partial syntax in DQL thanks to @greg0ire
- 10975: Change EntityPersister return type thanks to @greg0ire
- 10969: Use lazy ghosts unconditionally thanks to @greg0ire
- 10968: Reject ID collisions in identity map unconditionally thanks to @greg0ire
- 10964: Updated order of mapping attribute parameters thanks to @soltmar
- 10778: Disallow lifecycle callbacks on embedded classes thanks to @greg0ire
- 10777: Turn deprecation into an exception thanks to @greg0ire
- 10769: Remove Notify change tracking policy thanks to @greg0ire
- 10768: Enable XML validation unconditionally thanks to @greg0ire
- 10764: Cleanup bc layers thanks to @greg0ire
- 10741: Cleanup bc layers thanks to @greg0ire
- 10699: Narrow down parameter types for quote strategies thanks to @greg0ire
- 10667: Throw on invalid one to one thanks to @greg0ire
- 10520: Turn deprecation from #10470 into an exception in 3.0.x thanks to @mpdude
- 10509: Migrate the rest of the source code to PHP 8 syntax thanks to @greg0ire
- 10503: Migrate ClassMetadata to PHP 8 syntax thanks to @greg0ire
- 10500: Stop relying on underscores to indicate property visibility thanks to @greg0ire
- 10497: Migrate more classes to PHP 8 syntax thanks to @greg0ire
- 10496: Migrate database driver to PHP 8 syntax thanks to @greg0ire
- 10463: Make missing inheritance declaration a failure thanks to @mpdude
- 10448: Migrate ParserResult to PHP 8 syntax thanks to @greg0ire
- 10414: Remove concrete table inheritance thanks to @mpdude
- 10402: Migrate remaining exceptions to PHP 8 syntax thanks to @greg0ire
- 10380: Migrate exceptions to PHP 8 syntax thanks to @greg0ire
- 10375: Remove deprecated methods and classes thanks to @greg0ire
- 10347: Allow Lexer 3 thanks to @derrabus
- 10346: Modernize QueryExpressionVisitor thanks to @derrabus
-
10303: Remove
$entityAnnotationClassesandgetReader()thanks to @derrabus - 10272: Remove InExpression thanks to @derrabus
-
10196: Add
$lockModeparameter toEntityManager::refresh()thanks to @michnovka - 10192: Remove the Annotation interface thanks to @derrabus
- 10175: Remove DriverChain thanks to @derrabus
- 10172: Remove EntityManager::create() thanks to @derrabus
- 10151: Add native types to annotation classes thanks to @derrabus
- 10114: Remove SQL resultset mapping thanks to @greg0ire
- 10084: Migrate collections to PHP 8 syntax thanks to @greg0ire
- 10053: Add types to PersisterHelper thanks to @derrabus
- 10052: Add types to mapping builders thanks to @derrabus
- 9976: Add types to EntityListenerResolver thanks to @derrabus and @greg0ire
- 9962: Add types to ProxyFactory thanks to @derrabus and @greg0ire
- 9953: Resolve QueryBuilder deprecations thanks to @derrabus
- 9911: Show Expr::countDistinct() and Expr::concat() use variable-length argument lists thanks to @craigfrancis
- 9909: Show Expr::countDistinct() and Expr::concat() use variable-length argument lists thanks to @craigfrancis
- 9900: Migrate part of the tools namespace to PHP8 syntax thanks to @greg0ire
- 9852: Migrate Internal namespace to PHP8 thanks to @MarcBrillault and @greg0ire
- 9851: Migrate more code to PHP8 thanks to @greg0ire
- 9838: Stop allowing identity columns emulation thanks to @greg0ire
- 9828: migrate Tools/Schema* to php8.0 thanks to @MarcBrillault and @greg0ire
- 9798: Made setters parameters mandatory thanks to @derrabus
- 9755: Require new argument to joinColumnName() thanks to @greg0ire
- 9741: Make UnderscoreNamingStrategy number-aware only thanks to @greg0ire
- 9713: Remove last references to ClassMetadataInfo thanks to @greg0ire
- 9705: Remove support for Type::canRequireSQLConversion() thanks to @morozov
- 9665: Drop support for persistence 2 thanks to @derrabus
- 9662: Remove the doctrine binary thanks to @derrabus
- 9640: Remove console helper thanks to @derrabus
- 9631: Add native types to reflection property classes thanks to @derrabus
-
9614: Remove support for
ObjectManagerAwarethanks to @derrabus - 9597: Remove support for entity namespace aliases thanks to @greg0ire
- 9551: Split TreeWalker and SqlWalker thanks to @derrabus
- 9524: Add native types to SQLFilter thanks to @derrabus
-
9520: Remove
TreeWalkerChainIteratorthanks to @derrabus - 9515: Add native types to EntityRepository thanks to @derrabus
- 9508: Add native types to caches thanks to @derrabus
-
9502: Remove
Proxymarker interface thanks to @derrabus - 9500: Remove quoting methods from ClassMetadata thanks to @derrabus
- 9498: Remove various deprecated methods and properties thanks to @derrabus
- 9490: Add native types to QueryBuilder thanks to @derrabus
- 9488: Remove ability to merge detached entities thanks to @derrabus
- 9485: Remove ability to flush the EM partially thanks to @derrabus
- 9471: Remove ability to clear the UoW partially thanks to @derrabus
- 9469: Add native types to persisters thanks to @derrabus
- 9456: Remove support for Doctrine Cache thanks to @derrabus
- 9450: Add more native types to entity manager implementations thanks to @derrabus
- 9447: Remove deprecated Setup class thanks to @derrabus
- 9428: Removing the deprecated Named (Native) Queries in Metadata/EntityRepository thanks to @sir-kain
- 9403: Remove MultiGetRegion and add native types to Region implementations thanks to @derrabus
- 9400: Add native types to CacheLogger implementations thanks to @derrabus
- 9396: Add native types to EntityHydrator thanks to @derrabus
- 9392: Remove old cache accessors and mutators from query classes thanks to @derrabus
-
9367: Remove
AbstractIdGenerator::generate()and add native types to ID generators thanks to @derrabus - 9359: Add native types to console classes thanks to @derrabus
-
9358: Remove
Configuration::ensureProductionSettings()thanks to @derrabus -
9353: Add native types to
AbstractHydratorand child classes thanks to @derrabus - 9348: Remove support for Doctrine Cache in second level cache thanks to @derrabus
-
9308: [GH-9277] remove deprecated
PHPDriverthanks to @beberlei - 9292: Add types to entity manager thanks to @derrabus
- 9278: Remove EntityManager::transactional() thanks to @derrabus
- 9259: Do not use AbstractPlatform::canEmulateSchemas() thanks to @morozov
-
9251: Remove
Setup::registerAutoloadDirectory()thanks to @derrabus -
9227: Remove the
Versionclass thanks to @derrabus - 9226: Remove code generators thanks to @derrabus
- 9076: Remove AbstractHydrator::hydrateRow() thanks to @derrabus
-
9070: Remove
Query::iterate()thanks to @derrabus - 9045: Remove TABLE and UUID strategies thanks to @derrabus
- 8654: Removed EntityManagerInteface::copy() thanks to @smilesrg
- 8319: Fix variadic args in Expr thanks to @simPod
- 7199: Inherit from homonym exception in parent package thanks to @greg0ire
- 11001: Remove schema visitors thanks to @derrabus
- 10612: Extract embedded class mapping into its own DTO thanks to @greg0ire
- 10609: Extract discriminator column mapping into its own DTO thanks to @greg0ire
- 10607: Field mapping DTO thanks to @greg0ire
-
9329: Add types to
UnitOfWorkthanks to @derrabus - 10556: Add more native types to entity manager thanks to @derrabus
- 10243: Migrate persisters to PHP 8 syntax thanks to @greg0ire
- 10214: Migrate function nodes to PHP 8 syntax thanks to @greg0ire
-
9978: Add types to
Node::dispatch()thanks to @derrabus and @greg0ire - 9923: Add native types to QuoteStrategy classes thanks to @derrabus
- 9620: Add native types to ResultSetMapping thanks to @derrabus
- 9950: Fix DBAL 4 compatibility thanks to @derrabus
- 10379: Remove ClassMetadataInfo thanks to @greg0ire
- 10378: Migrate classes with the fewest changes thanks to @greg0ire
- 10374: Migrate classes with the fewest changes to PHP 8 thanks to @greg0ire
- 10309: Drop doctrine/lexer 1 thanks to @greg0ire
- 10227: Migrate Expr and Lexer to PHP 8 syntax thanks to @greg0ire
- 10219: Migrate AST namespace to PHP 8 syntax thanks to @greg0ire
- 10177: Purge annotations thanks to @greg0ire
- 10113: Migrate to attributes thanks to @greg0ire
- 9835: Migrate Configuration to PHP 8 syntax thanks to @greg0ire
- 9776: Migrate to PHP 8: AbstractQuery and child classes thanks to @greg0ire
- 9085: Refactor ORMException into an interface thanks to @greg0ire
- 9758: Use native type declaration for naming strategies thanks to @greg0ire
- 9462: Remove PHP 7 code thanks to @derrabus
Improvement
- 11205: Run Rector on the source code thanks to @greg0ire
- 11085: XmlDriver: remove dead code thanks to @staabm
- 10986: Drop support for unserializing old serialization formats thanks to @greg0ire
- 10984: Allow VarExporter 7 thanks to @derrabus
- 10843: Declare compatibility with DBAL 4 thanks to @derrabus
- 10805: Validate phpunit.xml against PHPUnit 10 schema thanks to @greg0ire
- 10730: Migrate to the object API of Join{Column,Table}Mapping thanks to @greg0ire
- 10729: Make the join table name and join column name mandatory thanks to @greg0ire
- 10723: Migrate to the object API of AssociationMapping thanks to @greg0ire
- 10698: Move joinColumnFieldNames down the class hierarchy thanks to @greg0ire
- 10696: Add templating for getOwningSide thanks to @greg0ire
- 10688: Introduce method to get to the owning side thanks to @greg0ire
- 10682: Make sure unneeded fields are not present thanks to @greg0ire
- 10681: Rework association mapping hierarchy thanks to @greg0ire
- 10650: Improve named constructors' phpdoc thanks to @greg0ire
- 10649: Use valid relationships thanks to @greg0ire
- 10646: Migrate basic entity persister to the object API of association mapping thanks to @greg0ire
- 10641: Move $(sourceToTarget|targetToSource)KeyColumns down thanks to @greg0ire
- 10637: Move properties down thanks to @greg0ire
- 10636: Move joinTableColumns down thanks to @greg0ire
- 10629: Migrate to embedded class mapping object API thanks to @greg0ire
- 10628: Migrate to DiscriminatorColumnMapping's object API thanks to @greg0ire
- 10617: Use Rector to migrate to the object API of FieldMapping thanks to @greg0ire
- 10613: Extract AssociationMapping in its own DTO thanks to @greg0ire
- 10542: Stabilize DBAL version constraint thanks to @derrabus
-
10352: Leverage new
ArrayParameterTypeconstants thanks to @derrabus - 10332: Drop doctrine/lexer 2 thanks to @greg0ire
- 10326: Cleanup code from PR10313 from 2.14.x thanks to @michnovka
- 10323: Migrate Doctrine\ORM\Internal\CommitOrder to PHP 8.1 thanks to @derrabus
- 10305: Clean-up code after PR10288 merge thanks to @michnovka
-
10286: Remove
setAccessible()calls thanks to @derrabus -
10285: Modernize
Closure::fromCallable()calls thanks to @derrabus - 10259: Drop support for Symfony 4 thanks to @derrabus
- 10210: Migrate Cache namespace to php 8 thanks to @greg0ire
- 10203: Purge annotations from /lib thanks to @greg0ire
- 10185: Remove last remnants of the YAML driver thanks to @greg0ire
- 10173: Bump DBAL to 3.5 and remove BC hacks thanks to @derrabus
- 9968: Stabilize the DBAL dependency thanks to @derrabus
- 9957: Drop unmaintained Symfony versions thanks to @derrabus
- 9956: Flag properties as readonly if possible thanks to @derrabus and @greg0ire
- 9954: Remove obsolete PHP version checks thanks to @derrabus
- 9925: Require PHP 8.1 thanks to @derrabus
- 9885: Address API removals from upstream thanks to @greg0ire
-
9535: Leverage the
Stringableinterface thanks to @derrabus -
9413: Remove check for
getSQLResultCasing()thanks to @derrabus - 9293: Enable PHPCS rules for PHP 8.0 thanks to @derrabus
- 9290: [RFC] Drop support for PHP 7.4 thanks to @derrabus
- 9104: Changed EntityRepository count method $criteria parameter to optional thanks to @soltmar
- 9069: Remove support for DBAL 2 thanks to @derrabus
- 7195: Move orm exception up thanks to @greg0ire
- 7825: Improved support for Mapped Superclasses thanks to @andrews05
- 11147: Remove irrelevant PHP version checks thanks to @greg0ire
- 10506: Migrate Parser to PHP 8 thanks to @greg0ire
- 10440: Migrate entity manager to PHP 8 syntax thanks to @greg0ire
- 11045: Dynamically resolve AUTO to SEQUENCE or IDENTITY thanks to @greg0ire
- 10635: Introduce and leverage more convenience methods thanks to @greg0ire
- 10633: Check only owning relationships thanks to @greg0ire
- 6673: Add support for updatable columns thanks to @lcobucci
- 6671: Add support for insertable columns thanks to @lcobucci
- 9094: Bump required PHP version to 7.4 thanks to @derrabus
- 9634: Remove deprecated handling of custom ObjectRepository implementations thanks to @derrabus
- 9395: Stabilize DBAL dependency thanks to @derrabus
- 10102: Address method rename thanks to @greg0ire
- 9829: Address removals of doctrine-dbal thanks to @MarcBrillault
- 9815: Address deprecation of supportsForeignKeyConstraints() thanks to @greg0ire
- 9738: Address some deprecations thanks to @greg0ire
Bugfixes
- 11071: Remove wrong assertion thanks to @greg0ire
- 10995: Fix array parameters with DBAL 4 thanks to @derrabus
- 10728: Declare options property thanks to @greg0ire
- 10354: Fix build for DBAL 4 thanks to @derrabus
-
9924: Adjust casing of
SQLitePlatformfor DBAL 4 thanks to @derrabus - 10634: Remove wrong comparison thanks to @greg0ire
Static Analysis
- 11012: Use native return type declarations in Debug class thanks to @greg0ire
- 10701: Introduce convenience methods to narrow types thanks to @greg0ire
- 10700: fix wrong phpdoc thanks to @greg0ire
- 10697: Narrow down ClassMetadata::associationMappings type thanks to @greg0ire
- 10687: Make indexBy/orderBy easier to understand for SA thanks to @greg0ire
- 10367: Migrate files with the least changes to PHP 8 thanks to @greg0ire
- 9974: Update Psalm config thanks to @derrabus
- 9778: Precise phpdoc of getRootEntities thanks to @VincentLanglet
- 9742: Run static analysis with DBAL 4@dev thanks to @morozov
- 9613: Document that entity names have to be FQCNs now thanks to @derrabus
Documentation
- 10954: docs: remove reference to removed yaml configuration option thanks to @dannyvankooten
- 10853: Remove outdated comment thanks to @greg0ire
- 10782: Remove missed note about deprecated drivers thanks to @andersonamuller
- 10596: Remove contradictory comment of ORMException thanks to @SenseException
- 9963: Flag QueryType as internal thanks to @derrabus
- 7073: README.md typo? thanks to @Dadibom
-
10793: Remove remaining references to the
merge()operation thanks to @mpdude and @beberlei - 7196: Document exception-splitting-related BC-breaks thanks to @greg0ire
Test Suite
- 10910: Remove PHPUnit polyfills thanks to @greg0ire
- 10644: Become strict about notices and warnings thanks to @greg0ire
-
10631: Remove obsolete
RequiresPhpattributes thanks to @derrabus - 10567: Forbid PHPUnit annotations thanks to @derrabus
- 10559: Convert PHPUnit annotations to attributes thanks to @chr-hertel
- 10492: PHPUnit 10 thanks to @derrabus
- 9959: Use intersection types in tests thanks to @derrabus and @greg0ire
-
9869: Fix broken mocks due to removal of
Driver::getSchemaManager()thanks to @derrabus - 9832: Run test with DBAL 4 thanks to @greg0ire
- 9814: Remove MockBuilderCompatibilityTools thanks to @derrabus
- 9728: Test MySQL DDL using explicit table options thanks to @morozov
- 9724: Remove ConnectionMock thanks to @morozov
- 9722: Remove DriverResultMock thanks to @morozov
- 9717: Remove ConnectionMock::delete() thanks to @morozov
- 9716: Remove DatabasePlatformMock thanks to @morozov
- 9715: Remove some mock classes thanks to @morozov
- 9709: Remove non-API DriverConnectionMock methods thanks to @morozov
- 9422: Remove DBAL 2 compatible SQL logging thanks to @derrabus
- 9402: Make test types compatible with Doctrine DBAL 4.0.x-dev thanks to @morozov
- 9291: Replace mocks with middlewares thanks to @derrabus
- 9800: Migrate tests to PHP8 syntax thanks to @greg0ire
CI
- 9727: Run builds with DBAL 4.0.x-dev thanks to @morozov
- 11011: Prepare CI for stable DBAL 4 thanks to @derrabus
- 10971: Restore job with --prefer-lowest thanks to @greg0ire
- 9734: Build with DBAL 4@dev on SQLite thanks to @morozov
- 9740: Build with DBAL 4@dev on PostgreSQL thanks to @morozov
- 9735: Build with DBAL 4@dev on MySQL and MariaDB thanks to @morozov
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
hautelook/alice-bundle 2.13.0 requires doctrine/orm ^2.10.0
https://github.com/theofidry/AliceBundle/issues/61
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: api/composer.lock
Command failed: composer update doctrine/orm:3.1.3 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency symfony/console is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires doctrine/orm 3.1.3 (exact version match: 3.1.3 or 3.1.3.0), found doctrine/orm[3.1.3] but these were not loaded, likely because it conflicts with another require.
Problem 2
- hautelook/alice-bundle is locked to version 2.13.0 and an update of this package was not requested.
- hautelook/alice-bundle 2.13.0 requires doctrine/orm ^2.10.0 -> found doctrine/orm[2.10.0, ..., 2.19.5] but it conflicts with your root composer.json require (3.1.3).
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Blocked by
- https://github.com/doctrine-extensions/DoctrineExtensions/issues/2708
hautelook/alice-bundle 2.13.0 requires doctrine/orm ^2.10.0
Resolved with https://github.com/theofidry/AliceBundle/releases/tag/2.14.0
api-platform also added support:
- https://github.com/api-platform/core/pull/6193 released with https://github.com/api-platform/core/releases/tag/v3.2.16
doctrineExtensions still needs to implemenet support for doctrine/orm 3.0:
- https://github.com/doctrine-extensions/DoctrineExtensions/pull/2786
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: api/composer.lock
Command failed: composer update doctrine/orm:3.2.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency symfony/console is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires doctrine/orm 3.2.0 (exact version match: 3.2.0 or 3.2.0.0), found doctrine/orm[3.2.0] but these were not loaded, likely because it conflicts with another require.
Problem 2
- hautelook/alice-bundle is locked to version 2.13.0 and an update of this package was not requested.
- hautelook/alice-bundle 2.13.0 requires doctrine/orm ^2.10.0 -> found doctrine/orm[2.10.0, ..., 2.19.5] but it conflicts with your root composer.json require (3.2.0).
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Superseded by https://github.com/ecamp/ecamp3/pull/5365
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.