Skip to content

Commit 94cddda

Browse files
committed
bump to laravel 8
1 parent f98e151 commit 94cddda

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=7.1.0",
18-
"illuminate/contracts": "~5.6|~6.0|~7.0",
19-
"illuminate/queue": "~5.6|~6.0|~7.0",
20-
"illuminate/support": "~5.6|~6.0|~7.0",
21-
"guzzlehttp/guzzle": "^6.3",
17+
"php": "^7.2.5",
18+
"illuminate/contracts": "~7.0|~8.0",
19+
"illuminate/queue": "~7.0|~8.0",
20+
"illuminate/support": "~7.0|~8.0",
21+
"guzzlehttp/guzzle": "^7.0.1",
2222
"monolog/monolog": "~1.12|^2.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)