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

replace sub-delim \} by \) in regexp #26

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 17, 2022

  1. replace sub-delim \} by \) in regexp

    There's no closing brace but a closing parenthese in sub-delim characters. See RFC RFC3986 annex A
    verdy-p committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    72bd837 View commit details
    Browse the repository at this point in the history
  2. Replace \} by \) in SUB_DELIMS

    There's no closing brace but a closing parenthese in sub-delim characters. See RFC RFC3986 annex A.
    verdy-p committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    8e18e80 View commit details
    Browse the repository at this point in the history
  3. composer-normalize

    verdy-p committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    400d436 View commit details
    Browse the repository at this point in the history
  4. PHP-CS-Fixer, avoid warnings

    verdy-p committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    bed99b6 View commit details
    Browse the repository at this point in the history
  5. Update DsnParser.php

    verdy-p committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    941e1a1 View commit details
    Browse the repository at this point in the history
  6. Create dependency-review.yml

    verdy-p committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    479e5c7 View commit details
    Browse the repository at this point in the history