We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd84117 commit daa0747Copy full SHA for daa0747
composer.json
@@ -17,13 +17,13 @@
17
}
18
],
19
"require": {
20
- "php": "^7.2",
21
- "illuminate/support": "6.*|5.8.*"
+ "php": "^7.2.5",
+ "illuminate/support": "7.*|6.*|5.8.*"
22
},
23
"require-dev": {
24
- "orchestra/testbench": "4.0.*|3.9.*|3.8.*",
25
- "phpunit/phpunit": "^8.0",
26
- "scrutinizer/ocular": "^1.6"
+ "orchestra/testbench": "5.*|4.*|3.9.*|3.8.*",
+ "phpunit/phpunit": "^8.3.4",
+ "scrutinizer/ocular": "master-dev"
27
28
"autoload": {
29
"psr-4": {
phpunit.xml.dist
@@ -28,6 +28,7 @@
</logging>
<php>
30
<env name="MAIL_DRIVER" value="array" />
31
+ <env name="MAIL_MAILER" value="array" />
32
<env name="DB_CONNECTION" value="testing" />
33
</php>
34
</phpunit>
0 commit comments