Closed asgrim closed 8 months ago
Fixes #8
The key changes here, as per discussion in #8 are:
a PIE package MUST have its "top level" name key in the format vendor/foo in its composer.json a PIE package SHOULD optionally specify the extension name in php-ext.extension-name if the php-ext.name is not defined, or empty, the name of the extension will be extracted from the "top level" name, by removing the vendor/ prefix a PIE package MAY optionally specify a replace with ext-foo
name
vendor/foo
composer.json
php-ext.extension-name
php-ext.name
vendor/
replace
ext-foo
As there is no further feedback, I am merging this.
Fixes #8
The key changes here, as per discussion in #8 are: