Skip to content

Commit d021638

Browse files
committed
updated test script
1 parent 2210ac9 commit d021638

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^8.0.2",
27+
"php": "^8.1",
2828
"ext-json": "*",
2929
"barryvdh/laravel-dompdf": "^2.0",
3030
"creativeorange/gravatar": "^1.0",

phpunit.xml.dist

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<env name="DB_CONNECTION" value="testing"/>
2323
<env name="APP_KEY" value="base64:2fl+Ktvkfl+Fuz4Qp/A75G2RTiWVA/ZoKZvp6fiiM10="/>
2424
<env name="CASHIER_PAYMENT_NOTIFICATION" value="Laravel\Cashier\Notifications\ConfirmPayment"/>
25-
<env name="MAIL_HOST" value="127.0.0.1"/>
2625
<env name="MAIL_FROM_ADDRESS" value="hello@example.com"/>
2726
</php>
2827
</phpunit>

0 commit comments

Comments
 (0)