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 22, 2023
1 parent a7a3f69 commit 3ed10fe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
php:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
deps:
- latest
- lowest
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

5.0.2 (2023-12-XX)
------------------

* Add Symfony 7 support

5.0.1 (2023-09-25)
------------------

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"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/yaml": "^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",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
"telegram-bot/api": "^2.3.14"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"symfony/phpunit-bridge": "^6.0",
"symfony/security-http": "^5.4 || ^6.0",
"symfony/messenger": "^5.4 || ^6.0",
"symfony/phpunit-bridge": "*",
"symfony/security-http": "^5.4 || ^6.0 || ^7.0",
"symfony/messenger": "^5.4 || ^6.0 || ^7.0",
"vimeo/psalm": "^3.10 || ^4.0",
"psalm/plugin-symfony": "^3.0"
},
Expand Down

0 comments on commit 3ed10fe

Please sign in to comment.