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
- Bump PHP requirement from 8.1 to 8.2.
- Update various Composer dependencies to their latest compatible
versions.
- Enhance CI workflow:
- Update `actions/upload-artifact` to v4.
- Add `contents: read` permission.
- Remove scheduled cron job.
- Adjust PHP matrix to include 8.4.
- Introduce `--silent` CLI option for suppressing all output except
errors.
- Refactor internal code:
- Add `final` keyword to exception classes.
- Improve type hints and add Psalm suppressions.
- Apply minor string concatenation style fixes.
- Update `action.yml` and `README.md` to reflect new CLI options.
0 commit comments