Skip to content

Commit

Permalink
Fix tests on PHP 8.0 and 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed May 14, 2024
1 parent 4dc7b5c commit d80eba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"homepage": "https://github.com/koot-labs/telegram-bot-dialogs",
"require": {
"php": ">=8.0",
"php": ">=8.0.2",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"irazasyed/telegram-bot-sdk": "^3.1",
"predis/predis": "^1.0 || ^2.0",
Expand All @@ -19,7 +19,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.54",
"phpunit/phpunit": "^10.5 || ^11.0",
"symfony/cache": "^7.0",
"symfony/cache": "^6.0 || ^7.0",
"vimeo/psalm": "^5.24"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit d80eba3

Please sign in to comment.