Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PHP-CS-Fixer rule string_implicit_backslashes and update PHP dependencies #199

Merged
merged 2 commits into from
Jun 19, 2024

Commits on Jun 19, 2024

  1. Fix PHP-CS-Fixer rule string_implicit_backslashes and update depend…

    …encies
    
    Correct various regex and string pattern inconsistencies by removing unnecessary escape characters. This improves code readability and ensures consistent use of escape sequences across the codebase. These changes do not affect functionality but enhance maintainability and reduce potential sources of confusion for developers.
    SmetDenis committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7e3bc8a View commit details
    Browse the repository at this point in the history
  2. Update dependencies to latest versions

    Upgrade multiple dependencies in composer.lock to their latest versions to ensure the project is secure, maintains compatibility with recent features, and benefits from the latest performance improvements and bug fixes. This update includes critical packages such as Symfony components, PHP-CS-Fixer, and various other libraries.
    SmetDenis committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a2e6473 View commit details
    Browse the repository at this point in the history