php / pie

The PHP Installer for Extensions
BSD 3-Clause "New" or "Revised" License
641 stars 18 forks source link

Add `--force` option #17

Open asgrim opened 5 months ago

asgrim commented 5 months ago

The design doc specifies a --force option to install a requested version even if we don't think it is compatible.

See: https://github.com/ThePHPF/pie-design?tab=readme-ov-file#--force

asgrim commented 1 week ago

Once #48 is done, in theory I think this is just applying the same as --ignore-platform-reqs (or some variation thereof)