Skip to content

Commit 9c6abf1

Browse files
authored
composer: Bump psr/log version constraints
We support basically any version, so let's accept 2..x and 3.x as well
1 parent 959628f commit 9c6abf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"require": {
1919
"deployer/deployer": "^7.0",
20-
"psr/log": "^1.0"
20+
"psr/log": "^1.0||^2.0||^3.0"
2121
}
2222
}

0 commit comments

Comments
 (0)