Skip to content

Commit 91b1a9d

Browse files
authored
Merge pull request #18 from ddeboer/symfony-7
Allow Symfony 7
2 parents 69007d8 + 4f76484 commit 91b1a9d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.2.3 -
4+
5+
- Support Symfony 7
6+
37
## 1.2.2 - 2023-02-17
48

59
- Allow installation with Psr\Log 2 and 3.

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"guzzlehttp/psr7": "^1.7 || ^2.0",
1616
"php-http/client-common": "^2.0",
1717
"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"
18+
"symfony/filesystem": "^4.0|^5.0|^6.0|^7.0",
19+
"symfony/options-resolver": "^4.0|^5.0|^6.0|^7.0"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": "^4.2|^5.0|^6.0",
22+
"symfony/phpunit-bridge": "^4.2|^5.0|^6.0|^7.0",
2323
"phpstan/phpstan": "^1.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)