File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - 8.2
1616 - 8.3
1717 - 8.4
18+ - 8.5
1819 dependencies :
1920 - " --prefer-lowest"
2021 - " "
Original file line number Diff line number Diff line change 1212 "require" : {
1313 "php" : " ^8.2" ,
1414 "phpspec/prophecy" : " ^1.8" ,
15- "phpunit/php-text-template" : " ^2.0 | ^3.0 | ^4.0"
15+ "phpunit/php-text-template" : " ^2.0 | ^3.0 | ^4.0 | ^5.0 "
1616 },
1717 "autoload" : {
1818 "psr-4" : {
Original file line number Diff line number Diff line change 1313 <directory name =" tests" />
1414 <ignoreFiles >
1515 <directory name =" vendor/phpunit" />
16+ <directory name =" vendor/phpspec" />
1617 </ignoreFiles >
1718 </projectFiles >
1819 <issueHandlers >
2324 <MissingOverrideAttribute errorLevel =" suppress" />
2425 <UndefinedThisPropertyFetch errorLevel =" suppress" />
2526 <ClassMustBeFinal errorLevel =" suppress" />
27+ <InternalProperty errorLevel =" suppress" />
28+ <InternalMethod errorLevel =" suppress" />
29+ <MixedMethodCall errorLevel =" suppress" />
30+ <UndefinedMagicMethod errorLevel =" suppress" />
2631 </issueHandlers >
2732 <plugins >
2833 <pluginClass class =" Psalm\PhpUnitPlugin\Plugin" />
You can’t perform that action at this time.
0 commit comments