1
0
mirror of synced 2024-11-21 12:46:01 +03:00

Merge pull request #18 from retailcrm/resolve-logger-version-conflict

Resolve conflict with psr/log
This commit is contained in:
Ichern 2024-07-17 12:44:28 +03:00 committed by GitHub
commit 0adfb9edda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
"jms/serializer": "^0.12|^1.0|^2.0|^3.0",
"symfony/validator": "~2.8|~3.0|~4.0|^5.0|^6.0",
"doctrine/cache": "~1.6",
"psr/log": "~1.0"
"psr/log": "~1.0|^2.0|^3.0"
},
"require-dev": {
"phpunit/phpunit": "~8.0"