Skip to content
This repository was archived by the owner on Sep 9, 2021. It is now read-only.

Commit ea742e3

Browse files
authored
Merge pull request #21 from newtongamajr/master
Upgrade to Laravel 8.0
2 parents 9af0d58 + c5d7905 commit ea742e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"type": "library",
55
"require": {
66
"php": ">=7.1.3",
7-
"illuminate/support": "^5.6 || ^6.0 || ^7.0",
8-
"illuminate/container": "^5.6 || ^6.0 || ^7.0",
9-
"illuminate/database": "^5.6 || ^6.0 || ^7.0",
10-
"illuminate/events": "^5.6 || ^6.0 || ^7.0"
7+
"illuminate/support": "^5.6 || ^6.0 || ^7.0 || ^8.0",
8+
"illuminate/container": "^5.6 || ^6.0 || ^7.0 || ^8.0",
9+
"illuminate/database": "^5.6 || ^6.0 || ^7.0 || ^8.0",
10+
"illuminate/events": "^5.6 || ^6.0 || ^7.0 || ^8.0"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "~7.0",

0 commit comments

Comments
 (0)