Skip to content

Tags: guanguans/soar-php

Tags

4.2.4

Toggle 4.2.4's commit message
chore(config): Update PHP CS Fixer configuration and improve code rea…

…dability

- Add class_definition settings to PHP CS Fixer configuration.
- Enhance readability by formatting constructor parameters in composer-updater.
- Provide better structure for future configuration adjustments.

4.2.3

Toggle 4.2.3's commit message
fix(HasSudoPassword): Improve formatting of setSudoPassword method

- Improved formatting of the setSudoPassword method for better readability.

4.2.2

Toggle 4.2.2's commit message
ci(release): Add StaticClosureRector and update rules

- Add StaticClosureRector to the rules
- Update rules in rector.php file

4.2.1

Toggle 4.2.1's commit message
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

4.2.0

Toggle 4.2.0's commit message
chore(ci): update codecov-action version in tests.yml

- Update codecov-action version from v4.3.0 to v4
- Set fail_ci_if_error to true

4.1.0

Toggle 4.1.0's commit message
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

4.0.3

Toggle 4.0.3's commit message
fix(HasSudoPassword): Update shouldApplySudoPassword condition

- Update the condition in shouldApplySudoPassword method to include 'embed' in the PHP_SAPI check

4.0.2

Toggle 4.0.2's commit message
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

4.0.1

Toggle 4.0.1's commit message
test: add snapshot update command

- Added `pest-update-snapshots` command to update snapshots
- Updated `ConcreteScoresTest` and `HasOptionsTest`

4.0.0

Toggle 4.0.0's commit message
prepare release