We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c883a commit c4da9adCopy full SHA for c4da9ad
composer.json
@@ -1,11 +1,11 @@
1
{
2
"name": "bufferapp/php-bufflog",
3
"description": "PHP log libraries for Buffer services",
4
- "version": "0.3.1",
+ "version": "0.3.2",
5
"require": {
6
"php": ">=8.1",
7
- "monolog/monolog": "^3.2",
8
- "psr/log": "^3.0"
+ "monolog/monolog": "^2.8 || ^3.2",
+ "psr/log": "^2.0 || ^3.0"
9
},
10
"require-dev": {
11
"datadog/dd-trace": "0.82.*"
composer.lock
0 commit comments