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 4093184 commit 5acb8f6Copy full SHA for 5acb8f6
.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