CouscousPHP / Couscous

Couscous is good.
https://couscous.io
Other
841 stars 104 forks source link

Allow to use Symfony 5 components #257

Closed Baptouuuu closed 4 years ago

Baptouuuu commented 4 years ago

Problem

I tried to install couscous/couscous as a global dependency on my machine but it failed as I have other tools that rely on Symfony 5 but Couscous only allow Symfony 3 and 4.

Solution

I've added |~5.0 to the version constraints of Symfony packages. As far I've seen there's no strict requirements that prevent to use this version of the packages.

Comments

mnapoli commented 4 years ago

Would it be interesting to update the code base to use PHP 7.1 type system and add Psalm to ease future upgrades ?

Yes! 7.1 seems definitely reasonable.