index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
Age
Commit message (
Expand
)
Author
2026-08-06
test(version-selector): drop four stale #[ignore] attributes
nsfisis
2026-08-06
feat(plugin): let links and release dates cross the RPC boundary
nsfisis
2026-08-06
refactor(php-shim): take &str and return String from pathinfo
nsfisis
2026-08-06
refactor: replace literal-list in_array_strict with matches!
nsfisis
2026-08-06
refactor(php-shim): split in_array into strict and loose variants
nsfisis
2026-08-06
style(autoload): use raw strings for the PHP heredoc templates
nsfisis
2026-08-06
style(binary-installer): use raw strings for the PHP heredoc templates
nsfisis
2026-08-06
refactor(class-map-generator): narrow scanPaths' $path to a string
nsfisis
2026-08-06
refactor(spdx-licenses): return a dedicated type from getLicenseByIdentifier
nsfisis
2026-08-06
chore(spdx-licenses): drop members Composer never calls
nsfisis
2026-08-06
chore: drop @param/@return tags that only restate Rust types
nsfisis
2026-08-06
feat(console): override TransportException's code in doRun
nsfisis
2026-08-06
fix(symfony-filesystem): restore upstream behavior in five spots
nsfisis
2026-08-06
refactor(php-shim): take filesystem paths as impl AsRef<Path>
nsfisis
2026-08-06
test(plugin): cover composer/installers beyond a fresh install
nsfisis
2026-08-06
test(plugin): compare a composer/installers run against upstream Composer
nsfisis
2026-08-06
feat(plugin): widen the RPC surface to LibraryInstaller-based plugins
nsfisis
2026-08-06
test(plugin): compare a plugin-provided installer against upstream Composer
nsfisis
2026-08-06
feat(plugin): run plugin-provided installers through the RPC worker
nsfisis
2026-08-05
test(plugin): pin a composer-normalize fixture and compare its listing
nsfisis
2026-08-05
test(plugin): compare plugin-provided command execution against upstream
nsfisis
2026-08-05
feat(plugin): run plugin-provided commands in a worker-side application
nsfisis
2026-08-05
feat(symfony-console): expose the input __toString on InputInterface
nsfisis
2026-08-05
feat(plugin): discover and list plugin-provided commands
nsfisis
2026-08-04
feat(plugin): instantiate plugin capabilities through the PHP RPC worker
nsfisis
2026-08-04
feat(php-shim): render stdClass-shaped objects in var_export
nsfisis
2026-08-04
docs: state code facts instead of porting-phase progress
nsfisis
2026-08-04
test(plugin): compare a real-plugin install against upstream Composer
nsfisis
2026-08-04
feat(plugin): expose the composer object graph to plugins over RPC
nsfisis
2026-08-04
feat(plugin): generate proxy stubs for the package and repository graph
nsfisis
2026-08-04
test(plugin): tolerate the _composer_tmp rename in the removal test
nsfisis
2026-08-04
fix(package): keep list-shaped license arrays in ValidatingArrayLoader
nsfisis
2026-08-04
feat(plugin): remove subscribed listeners when a plugin is removed
nsfisis
2026-08-04
feat(plugin): dispatch plugin event subscribers through the RPC worker
nsfisis
2026-08-04
feat(plugin): generate the worker proxy stubs from the Composer sources
nsfisis
2026-08-04
fix(plugin): resolve review findings in the plugin activation flow
nsfisis
2026-08-04
feat(plugin): activate plugins through the PHP RPC worker
nsfisis
2026-08-03
feat(event-dispatcher): run composer.json PHP scripts through the RPC worker
nsfisis
2026-08-03
test(json): serialize the tests sharing the tabs2.json scratch file
nsfisis
2026-08-03
feat(php-rpc): rework the RPC channel into the tagged plugin protocol
nsfisis
2026-08-03
docs(plugin): record dispositions of plugin-boundary open questions
nsfisis
2026-08-02
fix(repository): resolve remaining late-binding hazards from the audit
nsfisis
2026-08-02
fix(repository): restore late-bound initialize in ComposerRepository fallthro...
nsfisis
2026-08-02
fix(repository): restore late-bound initialize in FilesystemRepository add/re...
nsfisis
2026-08-02
test(bootstrap): port the remaining env setup from tests/bootstrap.php
nsfisis
2026-08-02
feat(php-shim): implement HTTP last-response-headers store and ASCII mb_check...
nsfisis
2026-08-02
fix(json): propagate JsonFile::encode errors instead of unwrapping
nsfisis
2026-08-02
feat(console): return shared style handles from OutputFormatter::get_style
nsfisis
2026-08-02
chore(php-shim): drop the unused Phar APIs left as todo!()
nsfisis
2026-08-02
chore(todo): consolidate TODO comments into the five fixed marker tags
nsfisis
[next]