mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
No matching package found -> instantiator ~1.0.1 #5628
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tymon82 on GitHub (Aug 4, 2017).
ing package found.
@alcaeus commented on GitHub (Aug 4, 2017):
You only posted part of the error message. Please post the entire error message from composer as well as your platform information (PHP version)
@tymon82 commented on GitHub (Aug 4, 2017):
[Composer\DependencyResolver\SolverProblemsException]
Problem 1
- Installation request for doctrine/orm v2.5.* -> satisfiable by doctri
ne/orm[v2.5.6].
- doctrine/orm v2.5.6 requires doctrine/instantiator ~1.0.1 -> no match
ing package found.
Problem 2
- doctrine/orm v2.5.6 requires doctrine/instantiator ~1.0.1 -> no match
ing package found.
- fess/admin-bundle dev-master requires doctrine/orm v2.5.* -> satisfia
ble by doctrine/orm[v2.5.6].
- Installation request for fess/admin-bundle dev-master -> satisfiable
by fess/admin-bundle[dev-master].
Potential causes:
r minimum-stability setting
see https://getcomposer.org/doc/04-schema.md#minimum-stability for mor
e details.
Read https://getcomposer.org/doc/articles/troubleshooting.md for further
common problems.
PHP 7.1.7
All subpackages if they need orm got 2.5.* as require
@alcaeus commented on GitHub (Aug 4, 2017):
Could you please run
composer why-not doctrine/instantiator 1.0.1and post the output here?@tymon82 commented on GitHub (Aug 4, 2017):
$ composer why-not doctrine/instantiator 1.0.1
jms/serializer dev-master requires doctrine/instantiator (^1.0.3)
phpspec/prophecy dev-master requires doctrine/instantiator (^1.0.2)
phpunit/phpunit-mock-objects 3.4.x-dev requires doctrine/instantiator (^1.0.2)
doctrine/instantiator 1.0.1 requires php (~5.3 but 7.1.7 is installed)
@Ocramius commented on GitHub (Aug 4, 2017):
Are you using a composer.lock? 1.0.1 is quite old.
On 4 Aug 2017 1:45 PM, "tymon82" notifications@github.com wrote:
@tymon82 commented on GitHub (Aug 4, 2017):
In doctrine composer.json i got:
@alcaeus commented on GitHub (Aug 4, 2017):
@tymon82 You should be able to run
composer updateand get a fresh batch of dependencies. Looks like you've got a lock file that depends on 1.0.1, which can't be installed on 7.1 (~5.3is< 6)@tymon82 commented on GitHub (Aug 4, 2017):
@Ocramius this version is in json of doctrine: https://github.com/doctrine/doctrine2/blob/2.5/composer.json
So if its so old does need to be upgraded there?
@tymon82 commented on GitHub (Aug 4, 2017):
@alcaeus got same error even when deleted .lock file
@Ocramius commented on GitHub (Aug 4, 2017):
That version is basically >=1.0.1,<1.1 in ORM 2.5.
On 4 Aug 2017 2:06 PM, "tymon82" notifications@github.com wrote:
@alcaeus https://github.com/alcaeus got same error even when deleted
.lock file
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/doctrine/doctrine2/issues/6604#issuecomment-320232446,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAJakL1dNc-wJIU7Ws8CgSb0czoV0gfQks5sUwlVgaJpZM4OtlD7
.
@Ocramius commented on GitHub (Aug 4, 2017):
@tymon82 what is the resolution here?
@tymon82 commented on GitHub (Aug 5, 2017):
Cause of lack of time change in composer to dev-master of doctrine.