martin-georgiev / postgresql-for-doctrine

PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.

Home Page:https://packagist.org/packages/martin-georgiev/postgresql-for-doctrine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant install 2.1.1 version

Gemorroj opened this issue · comments

composer update martin-georgiev/postgresql-for-doctrine:2.1.1 --dry-run
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - calcurates/calcurates is present at version dev-master and cannot be modif
ied by Composer
    - martin-georgiev/postgresql-for-doctrine[v2.1.1] cannot be installed as tha
t would require removing calcurates/calcurates[dev-master]. They both replace sy
mfony/polyfill-php72 and thus cannot coexist.
    - Root composer.json requires martin-georgiev/postgresql-for-doctrine ^2.1 -
> satisfiable by martin-georgiev/postgresql-for-doctrine[v2.1.1].

see symfony/flex#839 and this commit 57414d7
the package should not use the replace section with symfony/polyfill*.

Oh, my bad. I did a small 💩.