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 671482e commit 3a3931aCopy full SHA for 3a3931a
.github/workflows/ci.yaml
@@ -18,6 +18,9 @@ jobs:
18
- php: '7.4'
19
deps: lowest
20
deprecations: max[self]=0
21
+ - php: '8.1'
22
+ deps: highest
23
+ monolog: '3.*'
24
steps:
25
- name: Checkout
26
uses: actions/checkout@v2
composer.json
@@ -21,7 +21,7 @@
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
"symfony/config": "~4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "~4.4 || ^5.0 || ^6.0",
- "monolog/monolog": "~1.22 || ~2.0"
+ "monolog/monolog": "^1.22 || ^2.0 || ^3.0"
},
"require-dev": {
27
"symfony/yaml": "~4.4 || ^5.0 || ^6.0",
0 commit comments