You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: write composer.json name into autoload.php at build time, no runtime file I/O
Replace runtime json_decode(file_get_contents()) fallback with a build-time
sed injection: debian/rules replaces the 'unknown' placeholder with the
PKG_SOURCE value (jq .name from composer.json), keeping full compatibility
with composer package naming conventions.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments