igorw / composer-yaml

Tool to convert from composer.yml to composer.json.
MIT License
56 stars 15 forks source link

not installable on sf2 master #2

Open c33s opened 12 years ago

c33s commented 12 years ago

composer-yaml requires "symfony/yaml": "2.0.*" looks like sf2 master ships a higer version

igorw commented 12 years ago

This is precisely the reason why I think this tool should not be specified as a dependency of a project, but used standalone. It will easily lead to conflicts with any other project that uses YAML.

I am considering packaging it as a phar.

igorw commented 12 years ago

I'll leave this open as a documentation bug.

c33s commented 12 years ago

a phar package is a good solution. it would even better, if this function is part of the composer phar.

having a great package system app but have to install another app to be able to use the packeage system is quite unhandy. it increases the count of the "wget-install-scripts" and clutters the sf projects. also i have to maintain another file. update composer, update composer-yaml and update the project itself.

i would suggest to make the composer aware of multiple formats. https://github.com/composer/composer/issues/440

bassrock commented 9 years ago

Is there any updates on this? I can not get the phar to work