Releases: Setasign/php-stub-generator
Releases · Setasign/php-stub-generator
v2.0.0: Merge pull request #14 from Setasign/development
Replaced goaop/parser-reflection with roave/better-reflection
Raised minimum php version to 8.2
Added option to include code for resolving but ignoring in stub generation
v1.0.1
Added support for PHP 8.0
v1.0.0
Raised minimum php version to 7.2
Updated dependencies
Added class constant visibility
Replaced ReflectionConst with \ReflectionClassConstant
v0.4.0-alpha
Updated dependencies
Added support for namespace level constants
v0.3.0-alpha
Added missing function param passedByReference
Fixed PropertyFormatter to be compatible with the default implementation of \ReflectionProperty
Added additional eol to cli success message
v0.2.1-alpha
Fixed path to composer autoload.php for released versions
v0.2.0-alpha
Added cli tool
v0.1.1-alpha
Update README.md
Initial release
v0.1-alpha Fixed composer.json