You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ composer show --latest 'doctrine/*'
Color legend:
- patch or minor release available - update recommended
- major release available - update possible
- up to date version
Direct dependencies required in composer.json:
doctrine/dbal 3.8.1 4.0.0 Powerful PHP database abstraction layer (DBAL) with many features for database ...
doctrine/doctrine-bundle 2.11.1 2.11.2 Symfony DoctrineBundle
doctrine/doctrine-migrations-bundle 3.3.0 3.3.0 Symfony DoctrineMigrationsBundle
doctrine/orm 3.0.0 3.0.0 Object-Relational-Mapper for PHP
Transitive dependencies not required in composer.json:
doctrine/annotations 2.0.1 2.0.1 Docblock Annotations Parser
doctrine/cache 2.2.0 2.2.0 PHP Doctrine Cache library is a popular cache implementation that supports many...
doctrine/collections 2.1.4 2.1.4 PHP Doctrine Collections library that adds additional functionality on top of P...
doctrine/common 3.4.3 3.4.3 PHP Doctrine Common project is a library that provides additional functionality...
doctrine/deprecations 1.1.3 1.1.3 A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with ...
doctrine/event-manager 2.0.0 2.0.0 The Doctrine Event Manager is a simple PHP event system that was built to be us...
doctrine/inflector 2.0.9 2.0.9 PHP Doctrine Inflector is a small library that can perform string manipulations...
doctrine/instantiator 2.0.0 2.0.0 A small, lightweight utility to instantiate objects in PHP without invoking the...
doctrine/lexer 3.0.1 3.0.1 PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Desce...
doctrine/migrations 3.7.2 3.7.2 PHP Doctrine Migrations project offer additional functionality on top of the da...
doctrine/persistence 3.2.0 3.2.0 The Doctrine Persistence project is a set of shared interfaces and functionalit...
doctrine/sql-formatter 1.1.3 1.1.3 a PHP SQL highlighting library
PHP version
$ php -v
PHP 8.3.2 (cli) (built: Jan 27 2024 04:34:00) (ZTS)
Copyright (c) The PHP Group
Zend Engine v4.3.2, Copyright (c) Zend Technologies
with Zend OPcache v8.3.2, Copyright (c), by Zend Technologies
with Xdebug v3.3.1, Copyright (c) 2002-2023, by Derick Rethans
Fatal Compile Error: Declaration of Gedmo\Tree\Entity\Repository\NestedTreeRepository::__call($method, $args) must be compatible with Doctrine\ORM\EntityRepository::__call(string $method, array $arguments): mixed
Run Doctrine Migrations Diff command (bin/console doctrine:migrations:diff)
Expected results
Generated new migration class to "/app/migrations/Version20240207115401.php"
To run just this migration for testing purposes, you can use migrations:execute --up 'DoctrineMigrations\Version20240207115401'
To revert the migration you can use migrations:execute --down 'DoctrineMigrations\Version20240207115401'
Actual results
Compile Error: Declaration of Gedmo\Tree\Entity\Repository\NestedTreeRepository::__call($method, $args) must be compatible with
Doctrine\ORM\EntityRepository::__call(string $method, array $arguments): mixed
The text was updated successfully, but these errors were encountered:
This package is not yet compatible with ORM 3.0, the latest release adds a conflict with that version, please follow #2708 (as you noticed) for updates.
Environment
Package
Doctrine packages
PHP version
Subject
Following instructions here https://github.com/doctrine-extensions/DoctrineExtensions/blob/main/doc/symfony.md, I end up to Fatal Compile Error below when I try to generate a Doctrine Migration (
bin/console doctrine:migrations:diff
):Steps to reproduce
php bin/console cache:clear
)bin/console doctrine:migrations:diff
)Expected results
Actual results
The text was updated successfully, but these errors were encountered: