Skip to content

Commit

Permalink
copy stream
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 4, 2025
1 parent c602eff commit 8ab8e6a
Show file tree
Hide file tree
Showing 8 changed files with 1,065 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
/rector.php export-ignore
/sonar-project.properties export-ignore
/infection.json.dist export-ignore
/phpstan.neon export-ignore

*.php diff=php
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": "^8.1",
"nyholm/psr7": "^1.5"
"psr/http-message": "^1.1 || ^2.0"
},
"require-dev": {
"phpstan/phpstan": "^1.9",
Expand Down
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
parameters:
excludePaths:
- src/Stream.php
2 changes: 1 addition & 1 deletion phpunit-coverage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<directory suffix=".php">src/</directory>
</include>
<exclude>
<directory suffix=".php">src/**/Exceptions/</directory>
<directory suffix=".php">src/Stream.php</directory>
</exclude>
<report>
<clover outputFile="build/logs/clover.xml"/>
Expand Down
Loading

0 comments on commit 8ab8e6a

Please sign in to comment.