We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccd1a0 commit 8869649Copy full SHA for 8869649
.gitignore
@@ -1,3 +1 @@
1
-/.docker
2
/.idea
3
-/vendor
composer.json
@@ -10,11 +10,11 @@
10
],
11
"license": "MIT",
12
"require": {
13
- "php": "^7.2",
14
- "illuminate/contracts": "^6.0|^7.0",
15
- "illuminate/database": "^6.0|^7.0",
16
- "illuminate/http": "^6.0|^7.0",
17
- "illuminate/support": "^6.0|^7.0"
+ "php": "^7.2|^7.3|^8.0",
+ "illuminate/contracts": "^6.0|^7.0|^8.0",
+ "illuminate/database": "^6.0|^7.0|^8.0",
+ "illuminate/http": "^6.0|^7.0|^8.0",
+ "illuminate/support": "^6.0|^7.0|^8.0"
18
},
19
"autoload": {
20
"psr-4": {
0 commit comments