Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit d6dba79

Browse files
committed
Change Laravel versions supported
1 parent b8e6b8a commit d6dba79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.1",
18-
"illuminate/http": "~5.5.0|^6.0|^7.0",
19-
"illuminate/support": "~5.5.0|^6.0|^7.0"
17+
"php": "^7.2",
18+
"illuminate/http": "^6.0|^7.0|^8.0",
19+
"illuminate/support": "^6.0|^7.0|^8.0"
2020
},
2121
"require-dev": {
2222
"ext-json": "*",

0 commit comments

Comments
 (0)