Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 8d40239

Browse files
committed
Add fixes to get tests to pass
1 parent 5f75e0a commit 8d40239

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@
2323
"php": ">=7.2",
2424
"illuminate/container": "~5.7|~6|~7",
2525
"illuminate/mail": "~5.7|~6|~7",
26-
"swiftmailer/swiftmailer": "~6.0",
26+
"swiftmailer/swiftmailer": "~6.2",
2727
"phpunit/phpunit": "^8.4|^9.0"
2828
},
2929
"require-dev": {
30+
"egulias/email-validator": "^2.1.16",
3031
"mockery/mockery": "^1.3.1",
3132
"psy/psysh": "^0.10",
3233
"symfony/thanks": "^1.1",

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
showOnlySummary="true"
4949
showUncoveredFiles="false"/>
5050
<log type="coverage-clover" target="build/phpunit/logs/clover.xml"/>
51-
<log type="plain" target="./build/phpunit/logs/logfile.log"/>
5251
<log type="junit" target="./build/phpunit/logs/junit.xml"/>
5352
</logging>
5453
</phpunit>

0 commit comments

Comments
 (0)