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.
2 parents 219e9dd + 3bda781 commit 4f17edbCopy full SHA for 4f17edb
composer.json
@@ -11,9 +11,9 @@
11
"type": "project",
12
"require": {
13
"php": "^7.2",
14
- "illuminate/support": "~5.5|^6.0|^7.0",
15
- "illuminate/mail": "~5.5|^6.0|^7.0",
16
- "illuminate/view": "~5.5|^6.0|^7.0"
+ "illuminate/support": "~5.5|^6.0|^7.0|^8.0",
+ "illuminate/mail": "~5.5|^6.0|^7.0|^8.0",
+ "illuminate/view": "~5.5|^6.0|^7.0|^8.0"
17
},
18
"require-dev": {
19
"mockery/mockery": "^1.0",
@@ -31,5 +31,8 @@
31
32
"config": {
33
"preferred-install": "dist"
34
+ },
35
+ "scripts": {
36
+ "test": "phpunit"
37
}
38
0 commit comments