doctrine / instantiator

https://www.doctrine-project.org/projects/instantiator.html
MIT License
10.94k stars 60 forks source link

Simplify composer command line #95

Closed derrabus closed 1 year ago

derrabus commented 1 year ago

I think, in 2022 we can assume that people have a global installation of composer or at least know how to call the composer binary installed on their machine. Moreover, the suggested version constraint is way outdated. Since composer will pick a proper constraint anyway, I'd just remove it.

This is also consistent with the command line we use in our documentation.