Skip to content

Commit 4883b75

Browse files
committed
deps: support php >=8.2
1 parent 1b173c6 commit 4883b75

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
"type": "library",
44
"license": "MIT",
55
"require": {
6-
"php": ">=8.1",
7-
"gacela-project/gacela": "^1.8",
6+
"php": ">=8.2",
7+
"gacela-project/gacela": "^1.9",
88
"gacela-project/router": "^0.12",
9-
"symfony/http-client": "^6.0"
9+
"symfony/http-client": "^7.2"
1010
},
1111
"require-dev": {
12-
"friendsofphp/php-cs-fixer": "^3.18",
12+
"friendsofphp/php-cs-fixer": "^3.75",
1313
"gacela-project/phpstan-extension": "^0.3",
14-
"phpstan/phpstan": "^1.10",
14+
"phpstan/phpstan": "^1.12",
1515
"phpunit/phpunit": "^9.6",
1616
"psalm/plugin-phpunit": "^0.18",
17-
"symfony/var-dumper": "^5.4",
18-
"vimeo/psalm": "^5.12"
17+
"symfony/var-dumper": "^7.2",
18+
"vimeo/psalm": "^5.26"
1919
},
2020
"config": {
2121
"platform": {
22-
"php": "8.1"
22+
"php": "8.2"
2323
},
2424
"allow-plugins": {
2525
"composer/package-versions-deprecated": true

0 commit comments

Comments
 (0)