Skip to content

Commit e56dabb

Browse files
author
Tim Helfensdörfer
committed
Fixed composer.json syntax
1 parent 35b1d6b commit e56dabb

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
@@ -20,9 +20,9 @@
2020
"require": {
2121
"php": ">= 7.2",
2222
"ext-sodium": "*",
23-
"illuminate/database": ">= 5.7.*",
24-
"illuminate/support": ">= 5.7.*",
25-
"monolog/monolog": ">= 1.*"
23+
"illuminate/database": ">= 5.7",
24+
"illuminate/support": ">= 5.7",
25+
"monolog/monolog": ">= 1"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)