coduo / TuTu

Flexible HTTP server mocking tool in PHP. TuTu can work with built-in php server so everything that you need to use is php.
MIT License
58 stars 10 forks source link

Assign version number #28

Closed tkolodziej-zz closed 7 years ago

tkolodziej-zz commented 7 years ago

Please assign version to commit https://github.com/coduo/TuTu/commit/fe5d8868c3eb258c006362739504c5461e152261

Currently updating dependencies fails even if commit hash is included in requirement:

  Problem 1
    - Installation request for coduo/tutu-core dev-master#fe5d8868c3eb258c006362739504c5461e152261 -> satisfiable by coduo/tutu-core[dev-master].
    - coduo/tutu-core dev-master requires coduo/php-matcher 1.1.* -> satisfiable by coduo/php-matcher[1.1.0, 1.1.1, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.1.x-dev] but these conflict with your requirements or minimum-stability.

This is because packagist sees only dev-master / 1.0.x-dev version which requirement is coduo/php-matcher: 1.1.*

norberttech commented 7 years ago

I will, but first I need to update tutu-core subtree repo, then I will release version 1.0.0 of both repos. I will take care of that tomorrow

norberttech commented 7 years ago

done