jaredririe commented on PR #2863: URL: https://github.com/apache/thrift/pull/2863#issuecomment-3356866028
This does not appear to be working as expected. The package downloaded by `composer require apache/thrift` still has files excluded by the `archive.exclude` filter, such as non-PHP languages within `lib/*` and files like `package.json`. I suspect that for the `archive.exclude` filter to take effect, the package's build process needs to invoke `composer archive`, which I don't see happening within this repo. Using `post-install-cmd` and/or `post-update-cmd` commands in the _consumer's_ `composer.json` file is a possible workaround. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
