I have this in my composer.json
"require": {
"symfony/symfony": "^4.3",
"api-platform/core": "2.4.5"
}
But composer update --with-dependencies api-platform/core returns:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- api-platform/core v2.4.5 conflicts with symfony/symfony[v4.3.2].
- api-platform/core v2.4.5 conflicts with symfony/symfony[v4.3.2].
- api-platform/core v2.4.5 conflicts with symfony/symfony[v4.3.2].
- Installation request for api-platform/core 2.4.5 -> satisfiable by api-platform/core[v2.4.5].
- Installation request for symfony/symfony (locked at v4.3.2, required as ^4.3) -> satisfiable by symfony/symfony[v4.3.2].
If I use dev-master for api-platform/core version, it works.
I have this in my composer.json
But
composer update --with-dependencies api-platform/corereturns:If I use
dev-masterforapi-platform/coreversion, it works.