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
chore(WithRunable): Remove commented-out code for setting input
- Removed the commented-out line that sets input for the process.
- This change cleans up the code and improves readability.
- The commented line was not necessary for functionality.
chore(deps): update composer dependencies versions
- Updated jetbrains/phpstorm-attributes to version ^1.1
- Updated phpstan/extension-installer to version ^1.4
- Updated phpstan/phpstan to version ^1.11
- Updated phpstan/phpstan-deprecation-rules to version ^1.2
- Updated rector/rector to version ^1.1
chore(composer): Update composer-fixer to composer-updater
- Renamed `composer-fixer` to `composer-updater` in `.php-cs-fixer.php`
- Updated the file references accordingly
- Updated the composer packages using the new `composer-updater` script
fix(HasSudoPassword): Update shouldApplySudoPassword condition
- Update the condition in shouldApplySudoPassword method to include 'embed' in the PHP_SAPI check
chore(ci): Update composer command in tests.yml
- Update composer command in `.github/workflows/tests.yml` to include `--ansi -v` flags for better verbosity
- Ensure that the `composer update` command runs with the specified `matrix.dependency-version` and other necessary flags
- Add missing newline at the end of the file