Skip to content

Commit

Permalink
More strict versions in require section
Browse files Browse the repository at this point in the history
  • Loading branch information
luzrain committed Dec 19, 2023
1 parent cfe1a62 commit d10918e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"require": {
"php": ">=8.2",
"luzrain/telegram-bot-api": "^2.1.1",
"symfony/config": ">=6.3",
"symfony/console": ">=6.3",
"symfony/dependency-injection": ">=6.3",
"symfony/http-kernel": ">=6.3"
"symfony/config": "^6.3|^7.0",
"symfony/console": "^6.3|^7.0",
"symfony/dependency-injection": "^6.3|^7.0",
"symfony/http-kernel": "^6.3|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.20",
"phpunit/phpunit": "^10.2",
"symfony/framework-bundle": ">=6.3",
"symfony/framework-bundle": "^7.0",
"vimeo/psalm": "^5.13"
},
"autoload": {
Expand Down

0 comments on commit d10918e

Please sign in to comment.