Skip to content

Commit

Permalink
Merge pull request #18 from ddeboer/symfony-7
Browse files Browse the repository at this point in the history
Allow Symfony 7
  • Loading branch information
dbu authored Jan 4, 2024
2 parents 69007d8 + 4f76484 commit 91b1a9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.2.3 -

- Support Symfony 7

## 1.2.2 - 2023-02-17

- Allow installation with Psr\Log 2 and 3.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"guzzlehttp/psr7": "^1.7 || ^2.0",
"php-http/client-common": "^2.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"symfony/filesystem": "^4.0|^5.0|^6.0",
"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"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.2|^5.0|^6.0",
"symfony/phpunit-bridge": "^4.2|^5.0|^6.0|^7.0",
"phpstan/phpstan": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 91b1a9d

Please sign in to comment.