Skip to content

Commit afdf2f2

Browse files
authored
Update composer.json
Fix quote problem due to incorrect rebase / merge
1 parent f47b31d commit afdf2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"php": "^7.2.5|^8.0",
2020

2121
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
22-
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"",
23-
"illuminate/events": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"",
22+
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
23+
"illuminate/events": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2424
"laravel/serializable-closure": "^2.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)