Skip to content

Commit 021e80b

Browse files
committed
fix: update PHP version and dependencies in composer.json
1 parent 00fdbc6 commit 021e80b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
}
4040
},
4141
"require": {
42-
"php": "^8.1|^8.2",
42+
"php": "^8.4|^8.5",
4343
"eleirbag89/telegrambotphp": "^1.4",
4444
"guzzlehttp/guzzle": "^7.8",
45-
"symfony/http-foundation": "^6.4|^7.0",
46-
"vlucas/phpdotenv": "^5.4"
45+
"symfony/http-foundation": "^7.0",
46+
"vlucas/phpdotenv": "^5.6"
4747
},
4848
"require-dev": {
49-
"friendsofphp/php-cs-fixer": "^v3.0",
50-
"pestphp/pest": "^2.24",
51-
"phpstan/phpstan": "^1.0"
49+
"friendsofphp/php-cs-fixer": "^v3.94",
50+
"pestphp/pest": "^4.0",
51+
"phpstan/phpstan": "^2.0"
5252
},
5353
"scripts": {
5454
"analyse": "vendor/bin/phpstan",

0 commit comments

Comments
 (0)