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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed
Support for PHP 8.0
Minor change in Validator because output of PHP's
parse_url is different when an url includes a
delimiter for query or fragment but has no actual query
or fragment (followed by empty string).
Change PHP version requirement in composer.json.
Only relevant for development: Temporarily add
PHP_CS_FIXER_IGNORE_ENV=1 to composer cs command
until PHP Coding Standards Fixer fully supports
PHP 8.0.
Getting standard ports for schemes on systems where
/etc/services file is missing. PHP's getservbyname()
function uses that file and when it's missing the function
returns false for all schemes. Fixed that by having a list
within the package.