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

Validators::isEmail: Add check for DNS nameservers. #269

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

Commits on Oct 11, 2021

  1. opened 4.0-dev

    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    23b8cdc View commit details
    Browse the repository at this point in the history
  2. requires PHP 8.0

    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    facbb48 View commit details
    Browse the repository at this point in the history
  3. composer: updated dependencies

    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    1cfb541 View commit details
    Browse the repository at this point in the history
  4. removed support for PHP 7

    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    0c5fcc9 View commit details
    Browse the repository at this point in the history
  5. removed deprecated stuff

    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    0206d6a View commit details
    Browse the repository at this point in the history
  6. coding style

    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    8508449 View commit details
    Browse the repository at this point in the history
  7. added property typehints

    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    dc06fca View commit details
    Browse the repository at this point in the history
  8. added PHP 8 typehints

    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    11fd345 View commit details
    Browse the repository at this point in the history
  9. removed community health files

    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ab3653d View commit details
    Browse the repository at this point in the history
  10. tests: added

    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    43c67c9 View commit details
    Browse the repository at this point in the history
  11. used native PHP 8 functions

    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ae2abdd View commit details
    Browse the repository at this point in the history
  12. Reflection: uses PhpToken

    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    cdc6dee View commit details
    Browse the repository at this point in the history
  13. Reflection: getReturnType(), getParameterType(), getPropertyType() re…

    …turn objects Type (BC break)
    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    c18603c View commit details
    Browse the repository at this point in the history
  14. Html: removed $xhtml (BC break)

    dg committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    75af0ff View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    1cbe252 View commit details
    Browse the repository at this point in the history