Skip to content

Commit

Permalink
Update test config, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed May 8, 2024
1 parent f0ecdec commit e6b9f43
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"require": {
"php": "^7|^8",
"paragonie/constant_time_encoding": "^2"
"paragonie/constant_time_encoding": "^2|^3"
},
"require-dev": {
"phpunit/phpunit": "^6|^7|^8|^9",
Expand Down
6 changes: 0 additions & 6 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,10 @@
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
syntaxCheck="true"
>
<testsuites>
<testsuite name="Unit Tests">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
</phpunit>
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
<TypeDoesNotContainType errorLevel="info" />
<MixedArgumentTypeCoercion errorLevel="info" />
<UnnecessaryVarAnnotation errorLevel="info" />
<PossiblyInvalidArrayOffset errorLevel="info" />
</issueHandlers>
</psalm>

0 comments on commit e6b9f43

Please # to comment.