Skip to content

Commit

Permalink
Bump package version to latest minimum installed version.
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Telgenhof <[email protected]>
  • Loading branch information
stelgenhof committed Aug 13, 2023
1 parent b6e608b commit eeb978e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.5"
"guzzlehttp/guzzle": "^7.7"
},
"require-dev": {
"fakerphp/faker": "^1.21",
"fakerphp/faker": "^1.23",
"friendsofphp/php-cs-fixer": "^v3.15",
"infection/infection": "^0.26",
"mockery/mockery": "^1.5",
"mockery/mockery": "^1.6",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6",
"vimeo/psalm": "^5.9"
"vimeo/psalm": "^5.14"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit eeb978e

Please sign in to comment.