Releases: ekino/phpstan-banned-code
Releases · ekino/phpstan-banned-code
v3.0.0
13 Nov 09:58
Compare
Sorry, something went wrong.
No results found
v2.1.0
14 Aug 07:23
Compare
Sorry, something went wrong.
No results found
v2.0.0
01 Aug 13:35
Compare
Sorry, something went wrong.
No results found
What's Changed
fix(composer): fix order by @mremi in #54
fix(rule): Fix phpstan fail for result of array_column by @BitScout in #55
feat(ban): Add rule to ban shell execution via backticks by @BitScout in #56
feat(ban): Add ban on print statements by @BitScout in #57
fix(composer): allow plugin ergebnis/composer-normalize by @mremi in #58
Normalize leading backslashes in banned function names by @spawnia in #30
fix(ci): use sprintf native function by @brociani in #64
New Contributors
Full Changelog : v1.0.0...v2.0.0
v1.0.0
02 Nov 08:39
Compare
Sorry, something went wrong.
No results found
Improve PHPStan configuration file
Updated to PHPStan 1.0
Updated to PHPUnit 9.5
Drop support for PHP 7.2
v0.5.0
13 Aug 12:32
Compare
Sorry, something went wrong.
No results found
Migrate from Travis to GitHub Actions
Fix deprecated PHP-CS rules
v0.4.0
15 Mar 13:03
Compare
Sorry, something went wrong.
No results found
Drop support for PHP 7.1
Added support of dd function
Replaced deprecated localheinz/composer-normalize in favor of ergebnis one
Allow PHP ^8.0
Switch to the new security checker
v0.3.1
17 Jan 13:19
Compare
Sorry, something went wrong.
No results found
Fix deprecated config inside extension.neon file
Fix tests by adding nikic/php-parser as a required dev dependency
v0.3.0
02 Jan 08:07
Compare
Sorry, something went wrong.
No results found
Updated to PHPStan 0.12
Added testing on PHP 7.4
v0.2.0
30 Oct 14:41
Compare
Sorry, something went wrong.
No results found
v0.1.1
11 Apr 12:20
Compare
Sorry, something went wrong.
No results found
fix(exception): do nothing if node name is instance of Variable (closure case)