Composer-Diff
Composer-Diff copied to clipboard
See what packages have changed after `composer update`
Composer 2.2 released 2021-12-22 [$_composer_autoload_path](https://getcomposer.org/doc/articles/vendor-binaries.md#finding-the-composer-autoloader-from-a-binary) --- ## proposed solution [./composer-diff.php](https://github.com/JBZoo/Composer-Diff/blob/df85e64cf10bf050d04eb885ab72f501f7bc26e0/composer-diff.php#L23) ```php $cwd = isset($_SERVER['PWD']) && is_dir($_SERVER['PWD']) ? $_SERVER['PWD'] : getcwd(); // See https://getcomposer.org/doc/articles/vendor-binaries.md#finding-the-composer-autoloader-from-a-binary if ((isset($_composer_autoload_path) && file_exists($autoloadFile = $_composer_autoload_path)) ||...
Bumps the composer group with 1 update: [symfony/process](https://github.com/symfony/process). Updates `symfony/process` from 6.4.8 to 6.4.14 Release notes Sourced from symfony/process's releases. v6.4.14 Changelog (https://github.com/symfony/process/compare/v6.4.13...v6.4.14) security symfony/symfony#cve-2024-51736 [Process] Use PATH before CD...