New upstream version 3.3.2
No related branches found
No related tags found
Showing
- composer.json 2 additions, 2 deletionscomposer.json
- phpstan-baseline.neon 42 additions, 21 deletionsphpstan-baseline.neon
- src/PHPStan/PregMatchTypeSpecifyingExtension.php 14 additions, 0 deletionssrc/PHPStan/PregMatchTypeSpecifyingExtension.php
- src/PcreException.php 1 addition, 6 deletionssrc/PcreException.php
- tests/PHPStanTests/InvalidRegexPatternRuleTest.php 6 additions, 8 deletionstests/PHPStanTests/InvalidRegexPatternRuleTest.php
- tests/PHPStanTests/nsrt/preg-match.php 17 additions, 17 deletionstests/PHPStanTests/nsrt/preg-match.php
... | ... | @@ -21,8 +21,8 @@ |
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^8 || ^9", | ||
"phpstan/phpstan": "^1.11.10", | ||
"phpstan/phpstan-strict-rules": "^1.1" | ||
"phpstan/phpstan": "^1.12 || ^2", | ||
"phpstan/phpstan-strict-rules": "^1 || ^2" | ||
}, | ||
"conflict": { | ||
"phpstan/phpstan": "<1.11.10" | ||
... | ... |
Please register or sign in to comment