digitalkaoz / yuml-php

a php adapater for http://yuml.me
http://digitalkaoz.github.com/yuml-php/
MIT License
32 stars 4 forks source link

Problem with composer install #9

Open seyfer opened 9 years ago

seyfer commented 9 years ago

Still have this problem

"digitalkaoz/yuml-php": "1.*"

Problem 1
    - digitalkaoz/yuml-php 1.0.2 requires andrewsville/php-token-reflection dev-develop@dev -> no matching package found.
    - digitalkaoz/yuml-php 1.0.1 requires andrewsville/php-token-reflection dev-develop@dev -> no matching package found.
    - digitalkaoz/yuml-php 1.0.0 requires andrewsville/php-token-reflection dev-develop@dev -> no matching package found.
    - Installation request for digitalkaoz/yuml-php 1.* -> satisfiable by digitalkaoz/yuml-php[1.0.0, 1.0.1, 1.0.2].

You should depend on "andrewsville/php-token-reflection": "dev-master", that works.

digitalkaoz commented 9 years ago

yeah but this master still hasnt applied all necessary patches...

the custom repo is documented

digitalkaoz commented 9 years ago
"require" : {
    "digitalkaoz/yuml-php":  "@stable",
    "andrewsville/php-token-reflection":    "dev-develop@dev"
},
"repositories" : [
    {
        "type" : "vcs",
        "url" : "https://github.com/digitalkaoz/PHP-Token-Reflection"
    }
],