Skip to content

Commit 67e4ee7

Browse files
committed
⬆️ psr/log: Relax constraint on versions
1 parent 33028b1 commit 67e4ee7

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
@@ -18,11 +18,11 @@
1818
}
1919
],
2020
"require" : {
21-
"php" : "^7.4 || ^8.0",
22-
"mouf/magic-query" : "^1.4.3",
21+
"php": "^7.4 || ^8.0",
22+
"mouf/magic-query": "^1.4.3",
2323
"mouf/schema-analyzer": "^1.1.4",
2424
"doctrine/dbal": "^2.9.2",
25-
"psr/log": "~1.0",
25+
"psr/log": "^1 || ^2 || ^3",
2626
"doctrine/inflector": "^1.4.3 || ^2",
2727
"beberlei/porpaginas": "~1.0",
2828
"mouf/classname-mapper": "~1.0",

0 commit comments

Comments
 (0)