We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69007d8 + 4f76484 commit 91b1a9dCopy full SHA for 91b1a9d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 1.2.3 -
4
+
5
+- Support Symfony 7
6
7
## 1.2.2 - 2023-02-17
8
9
- Allow installation with Psr\Log 2 and 3.
composer.json
@@ -15,11 +15,11 @@
15
"guzzlehttp/psr7": "^1.7 || ^2.0",
16
"php-http/client-common": "^2.0",
17
"psr/log": "^1.1 || ^2.0 || ^3.0",
18
- "symfony/filesystem": "^4.0|^5.0|^6.0",
19
- "symfony/options-resolver": "^4.0|^5.0|^6.0"
+ "symfony/filesystem": "^4.0|^5.0|^6.0|^7.0",
+ "symfony/options-resolver": "^4.0|^5.0|^6.0|^7.0"
20
},
21
"require-dev": {
22
- "symfony/phpunit-bridge": "^4.2|^5.0|^6.0",
+ "symfony/phpunit-bridge": "^4.2|^5.0|^6.0|^7.0",
23
"phpstan/phpstan": "^1.0"
24
25
"autoload": {
0 commit comments