composer / satis

Simple static Composer repository generator - For a full private Composer repo use Private Packagist
MIT License
3.15k stars 519 forks source link

Fix php 8.1 #909

Closed Giacomo92 closed 2 months ago

Giacomo92 commented 2 months ago

I have this problem with satisfy

Screenshot 2024-09-01 alle 22 55 50
SvenRtbg commented 2 months ago

In fact if the project requires "php >= 8.1", it should allow dependencies compatible with 8.1. Still I would think that a higher minor version of 6 should be used (6.0 requires PHP >= 8.0.2), and in addition I would keep the 7.x version for those that can make use of it.

alcohol commented 2 months ago

Resolved with 2df2549, though I imagine the resolution will not please you. Alas, since this is a (barely maintained) community project, we want to keep the BC promises to an absolute minimum. We only strive to support the latest of everything.