composer-yaml icon indicating copy to clipboard operation
composer-yaml copied to clipboard

not installable on sf2 master

Open c33s opened this issue 13 years ago • 4 comments

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

c33s avatar Mar 24 '12 04:03 c33s

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 avatar Mar 24 '12 13:03 igorw

I'll leave this open as a documentation bug.

igorw avatar Mar 24 '12 13:03 igorw

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

c33s avatar Mar 24 '12 16:03 c33s

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

bassrock avatar May 27 '15 22:05 bassrock