Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

composer install on splitted "Stdlib" error #5

Closed
samsonasik opened this issue Apr 30, 2015 · 2 comments
Closed

composer install on splitted "Stdlib" error #5

samsonasik opened this issue Apr 30, 2015 · 2 comments

Comments

@samsonasik
Copy link

I've just done a split, and try run composer install, and got error :

$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - zendframework/zend-serializer 2.3.x-dev requires zendframework/zend-json == 2.3.9999999.9999999-dev -> no matching package found.
    - zendframework/zend-serializer 2.3.x-dev requires zendframework/zend-json == 2.3.9999999.9999999-dev -> no matching package found.
    - Installation request for zendframework/zend-serializer == 2.3.9999999.9999999-dev -> satisfiable by zendframework/zend-serializer[2.3.x-dev].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Splitted component pushed at https://github.com/samsonasik/zend-stdlib

@samsonasik
Copy link
Author

seems self.version in composer.json need to be updated ?

@weierophinney
Copy link
Member

No, it's fine. We don't have dev versions of the current components (as in dev-master, which is what 2.3.9999999.9999999-dev evaluates to); once all are split, that will resolve fine. We'll likely update the "self.version" stuff starting in the split components' master branches to use semantic versions, but not until after the split is completed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants