Skip to content

Commit

Permalink
:octocat: add chillerlan/php-httpinterface 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 15, 2024
1 parent 9360a29 commit a500fea
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/.build export-ignore
/.github export-ignore
/.idea export-ignore
/.phan export-ignore
/.phpdoc export-ignore
/docs export-ignore
Expand Down
5 changes: 0 additions & 5 deletions .phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,5 @@
],
'suppress_issue_types' => [
'PhanAccessMethodInternal',
// temp silencer (missing dependency chillerlan/php/httpinterface)
'PhanUndeclaredClassMethod',
'PhanUndeclaredClassProperty',
'PhanTypeMismatchReturn',
'PhanUndeclaredClassReference',
],
];
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"require-dev": {
"phpunit/phpunit": "^10.5",
"phan/phan": "^5.4",
"chillerlan/php-httpinterface": "^6.0",
"guzzlehttp/guzzle": "^7.8"
},
"suggest": {
Expand Down
2 changes: 0 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<testsuites>
<testsuite name="chillerlan test suite">
<directory>tests</directory>
<!-- excluding this for now as it would require circular dependencies -->
<exclude>tests/ChillerlanFactoryTest.php</exclude>
</testsuite>
</testsuites>
<source>
Expand Down

0 comments on commit a500fea

Please sign in to comment.