aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2026-08-09docs(readme): list the build requirementsnsfisis
2026-08-09feat(plugin): let a Rust-implemented plugin cross into the workernsfisis
2026-08-09feat(path-downloader): restrict a mirrored path package to its archivable filesnsfisis
2026-08-09feat(symfony-filesystem): finish the Filesystem port and trim its APInsfisis
2026-08-09refactor(cargo): drop the now-empty shirabe-external-packages cratensfisis
2026-08-09refactor(xdebug-handler): extract composer/xdebug_handler into the shirabe-xd...nsfisis
2026-08-09refactor(ca-bundle): extract composer/ca_bundle into the shirabe-ca-bundle cratensfisis
2026-08-09refactor(seld-signal): extract seld/signal into the shirabe-seld-signal cratensfisis
2026-08-09refactor(seld-json-lint): extract seld/json_lint into the shirabe-seld-json-l...nsfisis
2026-08-09refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...nsfisis
2026-08-09refactor(symfony-finder): extract symfony/finder into the shirabe-symfony-fin...nsfisis
2026-08-09refactor(symfony-filesystem): extract symfony/filesystem into the shirabe-sym...nsfisis
2026-08-09refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...nsfisis
2026-08-09refactor(symfony-string): extract symfony/string into the shirabe-symfony-str...nsfisis
2026-08-09refactor(pcre): extract composer/pcre into the shirabe-pcre cratensfisis
2026-08-09refactor(io): move LogLevel into base_ionsfisis
2026-08-09docs(known-incompatibilities): document that Reflection on Composer objects i...nsfisis
2026-08-09test(cli): drop the CLI smoke testsnsfisis
2026-08-09feat(php-shim): replace error_get_last with the failing call's io::Errornsfisis
2026-08-09refactor(php-shim): make the fs mutators return Resultnsfisis
2026-08-09feat(symfony-filesystem): append the failure reason to IOExceptionsnsfisis
2026-08-09refactor(installed-versions): drop the Rust port, which has no readersnsfisis
2026-08-09refactor(installer): drop the GC control callsnsfisis
2026-08-09refactor(installed-versions): merge the name lists without call_user_func_arraynsfisis
2026-08-09refactor(php-shim): remove call_user_func, which has no callersnsfisis
2026-08-09refactor(php-shim): remove shim functions with no callersnsfisis
2026-08-09fix(dependency-resolver): query the PHP runtime for the php versionnsfisis
2026-08-09test(platform): drop HHVM-only paths from HhvmDetector testnsfisis
2026-08-09feat(archiver): preserve file permissions in zip archivesnsfisis
2026-08-09refactor(env): split and join PATH lists with std::envnsfisis
2026-08-09refactor(path): build paths with Path::joinnsfisis
2026-08-09refactor(external-packages): test for Windows with cfg!(windows)nsfisis
2026-08-09refactor(php-shim): use std::path::MAIN_SEPARATOR over a shim constantnsfisis
2026-08-09test(console): cover the dev build warning branchnsfisis
2026-08-09fix(json): let an \Error out of JsonFile::read untouchednsfisis
2026-08-09fix(archiver): narrow PharArchiver's catch to \UnexpectedValueExceptionnsfisis
2026-08-09fix(exception): carry PHP's $previous through the ported throw sitesnsfisis
2026-08-08feat(php-shim): give ported exceptions PHP's class hierarchynsfisis
2026-08-08feat(composer): bake the dev build warning deadline in at build timensfisis
2026-08-08refactor(php-shim): dispatch spl_object_hash on Rc and referencesnsfisis
2026-08-08refactor(semver): replace Constraint's OP_*/STR_OP_* with CmpOpnsfisis
2026-08-08chore: remove unused functionsnsfisis
2026-08-07feat(installer): dispatch package eventsnsfisis
2026-08-07fix(plugin): make proxy stub property access an explicit errornsfisis
2026-08-07fix(autoload-generator): survive listeners that re-enter dump()nsfisis
2026-08-07feat(plugin): cross alias packages over RPC as proxy stubsnsfisis
2026-08-07refactor(platform-repository): fetch the PHP runtime in one RPC callnsfisis
2026-08-07refactor: merge split inherent impl blocks into one per typensfisis
2026-08-07chore: use shirabe_php_shim::impl_php_classnsfisis
2026-08-07test: port the tests left as todo!() stubsnsfisis