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 99fa944 + 5acb8f6 commit 4af2be4Copy full SHA for 4af2be4
.gitignore
@@ -2,3 +2,4 @@
2
composer.lock
3
.phpunit.result.cache
4
/vendor
5
+.DS_Store
composer.json
@@ -21,7 +21,7 @@
21
}
22
],
23
"require": {
24
- "php": "^7.2.5",
+ "php": "^7.4|^8.0",
25
"illuminate/contracts": "^8.0",
26
"illuminate/support": "^8.0",
27
"illuminate/database": "^8.0"
0 commit comments