Skip to content

Commit 9ad90dd

Browse files
authored
Merge pull request #9 from timmy1420/patch-1
Update composer.json for PR
2 parents b0e7d87 + 0cab897 commit 9ad90dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
}
2222
],
2323
"require": {
24-
"php": "~7.1",
25-
"illuminate/support": "5.6.* || 5.7.* || 5.8.* || ^6.0|| ^7.0",
26-
"spatie/regex": "^1.4",
27-
"doctrine/dbal": "^2.9"
24+
"php": "^7.3|^8.0",
25+
"illuminate/support": "5.0 - 5.8 | ^6.0 | ^7.0 | ^8.0",
26+
"spatie/regex": "^2.0.1",
27+
"doctrine/dbal": "^3.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)