Skip to content

Commit

Permalink
Add Symfony 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
BoShurik committed Dec 4, 2023
1 parent 3ba9671 commit 52bb787
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
deps:
- latest
- lowest
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CHANGELOG
* Allow to set update type for webhook command
* Allow to set timeout for api instances
* Use symfony/http-client if available
* Add Symfony 7 support

5.0.0 (2022-01-21)
------------------
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"php": "^8.0",
"ext-curl": "*",
"ext-json": "*",
"symfony/console": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"telegram-bot/api": "^2.3.14"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~3.23.0",
"symfony/phpunit-bridge": "^6.3",
"symfony/security-http": "^5.4 || ^6.0",
"symfony/http-client": "^5.4 || ^6.0",
"symfony/messenger": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0",
"symfony/phpunit-bridge": "^7.0",
"symfony/security-http": "^5.4 || ^6.0 || ^7.0",
"symfony/http-client": "^5.4 || ^6.0 || ^7.0",
"symfony/messenger": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
"vimeo/psalm": "~4.30.0",
"psalm/plugin-symfony": "^4.0"
},
Expand Down

0 comments on commit 52bb787

Please sign in to comment.