Skip to content

Commit d05eb88

Browse files
feat(*): Allow older symfony config and monolog version
1 parent 9f91105 commit d05eb88

File tree

3 files changed

+401
-226
lines changed

3 files changed

+401
-226
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
],
3131
"require": {
3232
"php": "^7.2 || ^8.0",
33-
"symfony/config": "^5.2",
33+
"symfony/config": "^4.4.27 || ^5.2",
3434
"symfony/cache": "^5.2",
35-
"monolog/monolog": "^2.1",
35+
"monolog/monolog": "^1.17 || ^2.1",
3636
"gregwar/captcha": "^1.1",
3737
"mlocati/ip-lib": "^1.14"
3838
},

0 commit comments

Comments
 (0)