Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Dec 17, 2024
1 parent 56949c0 commit a320eb8
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 160 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "~8.3",
"php": "~8.3||~8.4",
"ext-json": "*",
"opis/json-schema": "^2.1",
"php-http/discovery": "^1.13",
Expand All @@ -35,10 +35,10 @@
"friendsofphp/php-cs-fixer": "^3.0",
"laminas/laminas-diactoros": "^3",
"mikey179/vfsstream": "^1.6",
"phpstan/phpstan": "^1",
"phpstan/phpstan-strict-rules": "^1",
"phpstan/phpstan": "^2",
"phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "^11",
"rector/rector": "^1"
"rector/rector": "^2"
},
"config": {
"sort-packages": true,
Expand Down
Loading

0 comments on commit a320eb8

Please sign in to comment.