Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

composer dependencies problem? #1

Closed
ghost opened this issue Jun 14, 2014 · 3 comments
Closed

composer dependencies problem? #1

ghost opened this issue Jun 14, 2014 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 14, 2014

require-dev:

"coduo/phpspec-matcher-extension": "dev-master",
"coduo/php-to-string": "1.0.*@dev"

minimum-stability: dev.

php composer.phar update output:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - coduo/php-matcher v1.0.0 requires coduo/php-to-string 0.1.* -> no matching package found.
    - coduo/php-matcher 1.0.2 requires coduo/php-to-string 0.1.* -> no matching package found.
    - coduo/php-matcher 1.0.1 requires coduo/php-to-string 0.1.* -> no matching package found.
    - coduo/php-matcher 1.0.2 requires coduo/php-to-string 0.1.* -> no matching package found.
    - coduo/phpspec-matcher-extension dev-master requires coduo/php-matcher 1.0.*@dev -> satisfiable by coduo/php-matcher[1.0.2, 1.0.1, v1.0.0].
    - Installation request for coduo/phpspec-matcher-extension dev-master -> satisfiable by coduo/phpspec-matcher-extension[dev-master].

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.
@cordoval
Copy link
Contributor

the problem is php-matcher i am creating the issue there now

@cordoval
Copy link
Contributor

solved it with this

        "coduo/phpspec-prepare-extension": "~1.0@dev",
        "coduo/phpspec-data-provider-extension": "~1.0@dev",
        "coduo/phpspec-matcher-extension": "dev-patch-1@dev"
...

"repositories": [
        {
            "type": "vcs",
            "url": "[email protected]:cordoval/phpspec-matcher-extension"
        }
    ]

@cordoval
Copy link
Contributor

bump @norzechowicz close it please

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