-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hello there,
I am reworking parts of my build/deployment and wanted to introduce PIE since PECL is now (officially) deprecated. My entire system depends on ext-decimal (thanks, love it!) so I was happy to see that there has been a PR #87 merged to add support for it!
The problem I have right now though is that PIE won't install ext-decimal due to a mismatch of the minimum stability requirement, which is stable.
https://packagist.org/packages/php-decimal/ext-decimal packagist only lists dev-master, so I assume it is missing some tag/release? If that is that case would it be possible to tag a new version with PIE support?
Alternatively you've mentioned v2 being feature complete back in 2022 #70 (comment) and 2024 #84 (comment), is this still technically the case and would it be possible to just tag/release a new v2 with all the new stuff added?