phpstan-magento
phpstan-magento copied to clipboard
Update nikic/php-parser requirement from ^4.13.2 to ^5.3.1
Updates the requirements on nikic/php-parser to permit the latest version.
Release notes
Sourced from nikic/php-parser's releases.
PHP-Parser 5.3.1
Added
- Added support for declaring functions with name
exitordie, to allow their use in stubs.
Changelog
Sourced from nikic/php-parser's changelog.
Version 5.3.1 (2024-10-08)
Added
- Added support for declaring functions with name
exitordie, to allow their use in stubs.Version 5.3.0 (2024-09-29)
Added
- Added
indentoption to pretty printer, which can be used to specify the indentation to use (defaulting to four spaces). This also allows using tab indentation.Fixed
- Resolve names in
PropertyHooks in theNameResolver.- Include the trailing semicolon inside
Stmt\GroupUsenodes, making them consistent withStmt\Use_nodes.- Fixed indentation sometimes becoming negative in formatting-preserving pretty printer, resulting in
ValueErrors.Version 5.2.0 (2024-09-15)
Added
- [8.4] Added support for
__PROPERTY__magic constant, represented using aNode\Scalar\MagicConst\Propertynode.- [8.4] Added support for property hooks, which are represented using a new
hookssubnode onNode\Stmt\PropertyandNode\Param, which contains an array ofNode\PropertyHook.- [8.4] Added support for asymmetric visibility modifiers. Property
flagscan now hold the additional bitsModifiers::PUBLIC_SET,Modifiers::PROTECTED_SETandModifiers::PRIVATE_SET.- [8.4] Added support for generalized exit function. For backwards compatibility, exit without argument or a single plain argument continues to use a
Node\Expr\Exit_node. Otherwise (e.g. if a named argument is used) it will be represented as a plainNode\Expr\FuncCall.- Added support for passing enum values to various builder methods, like
BuilderFactory::val().Removed
- Removed support for alternative array syntax
$array{0}from the PHP 8 parser. It is still supported by the PHP 7 parser. This is necessary in order to support property hooks.Version 5.1.0 (2024-07-01)
Added
- [8.4] Added support for dereferencing
newexpressions without parentheses.
... (truncated)
Commits
8eea230Release PHP-Parser 5.3.19c7a3f8Support declaring functions with name exit/die26573eaMakefile works on windows3abf742Release PHP-Parser 5.3.0961f158Avoid negative indendation in formatting-preserving printere50c67bAdd basic support for tab indentation26a0197Use PHP 8.4 for the PHP 7.4 integration testaedfcc2Include trailing semicolon in GroupUse8d09ba8Support PropertyHooks in NameResolver23c79fbRelease PHP-Parser 5.2.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)