1
0
Fork 0
mirror of synced 2025-04-10 04:20:55 +00:00

Compare commits

...

4 commits

Author SHA1 Message Date
Ichern
0adfb9edda
Merge pull request #18 from retailcrm/resolve-logger-version-conflict
Resolve conflict with psr/log
2024-07-17 12:44:28 +03:00
Nikolay Parshakov
aecbdeafcc Resolve conflict with psr/log 2024-07-17 12:12:51 +03:00
Ilyas Salikhov
a857ba561a
Merge pull request #17 from retailcrm/sf6
compability with symfony 6
2024-06-17 18:29:03 +03:00
Ilyas Salikhov
f570c20839 compability with symfony 6 2024-06-17 18:28:35 +03:00

View file

@ -15,9 +15,9 @@
"ext-json": "*",
"guzzlehttp/guzzle": "~6.3|^7.0",
"jms/serializer": "^0.12|^1.0|^2.0|^3.0",
"symfony/validator": "~2.8|~3.0|~4.0|^5.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"