Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit a320eb8

Browse files
committed
Update dependencies
1 parent 56949c0 commit a320eb8

File tree

4 files changed

+212
-160
lines changed

4 files changed

+212
-160
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.3",
13+
"php": "~8.3||~8.4",
1414
"ext-json": "*",
1515
"opis/json-schema": "^2.1",
1616
"php-http/discovery": "^1.13",
@@ -35,10 +35,10 @@
3535
"friendsofphp/php-cs-fixer": "^3.0",
3636
"laminas/laminas-diactoros": "^3",
3737
"mikey179/vfsstream": "^1.6",
38-
"phpstan/phpstan": "^1",
39-
"phpstan/phpstan-strict-rules": "^1",
38+
"phpstan/phpstan": "^2",
39+
"phpstan/phpstan-strict-rules": "^2",
4040
"phpunit/phpunit": "^11",
41-
"rector/rector": "^1"
41+
"rector/rector": "^2"
4242
},
4343
"config": {
4444
"sort-packages": true,

0 commit comments

Comments
 (0)