Skip to content

Commit

Permalink
Tighten up PHPUnit config and add conflict for packages not compatibl…
Browse files Browse the repository at this point in the history
…e with PHP 8.4

Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Feb 10, 2025
1 parent 6d5e77b commit 88d2501
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
},
"conflict": {
"zendframework/zend-expressive-helpers": "*",
"amphp/amp": "<2.6.4"
"amphp/amp": "<2.6.4",
"amphp/dns": "<1.2.4"
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnPhpunitDeprecations="true"
failOnNotice="true"
failOnDeprecation="true"
failOnWarning="true"
failOnPhpunitDeprecation="true"
failOnEmptyTestSuite="true"
>
<source>
<include>
Expand Down

0 comments on commit 88d2501

Please sign in to comment.