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

Commit c5d7905

Browse files
authored
Space added for Laravel 8 upgrade
1 parent ad1f3a5 commit c5d7905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"illuminate/support": "^5.6 || ^6.0 || ^7.0 || ^8.0",
88
"illuminate/container": "^5.6 || ^6.0 || ^7.0 || ^8.0",
99
"illuminate/database": "^5.6 || ^6.0 || ^7.0 || ^8.0",
10-
"illuminate/events": "^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)