-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
From @zeriyoshi - original proposal in #82
Add
extension-srcdirective to thephp-extsection incomposer.json.This enables support for patterns where extension source code is not located in the project root, which is commonly seen in third-party extensions.
https://github.com/protocolbuffers/protobuf/tree/main/php/ext/google/protobuf
{ "name": "google/protobuf", "type": "php-ext", "description": "protocolbuffers php extension", "php-ext": { "extension-name": "protobuf", "extension-src": "php/ext/google/protobuf" } }
Investigate options, check this makes sense and is clear. Documentation would be needed, and upstream Composer schema support.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request