Skip to content

Commit daa0747

Browse files
committed
Makes the packages compatible with Laravel 7
1 parent fd84117 commit daa0747

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.2",
21-
"illuminate/support": "6.*|5.8.*"
20+
"php": "^7.2.5",
21+
"illuminate/support": "7.*|6.*|5.8.*"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "4.0.*|3.9.*|3.8.*",
25-
"phpunit/phpunit": "^8.0",
26-
"scrutinizer/ocular": "^1.6"
24+
"orchestra/testbench": "5.*|4.*|3.9.*|3.8.*",
25+
"phpunit/phpunit": "^8.3.4",
26+
"scrutinizer/ocular": "master-dev"
2727
},
2828
"autoload": {
2929
"psr-4": {

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
</logging>
2929
<php>
3030
<env name="MAIL_DRIVER" value="array" />
31+
<env name="MAIL_MAILER" value="array" />
3132
<env name="DB_CONNECTION" value="testing" />
3233
</php>
3334
</phpunit>

0 commit comments

Comments
 (0)