Skip to content

Commit

Permalink
chore: bumps dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Oct 12, 2023
1 parent a10de93 commit 8b7fafe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
],
"require": {
"php": "^8.0",
"composer/semver": "^3.2.5",
"guzzlehttp/guzzle": "^7.2.0",
"psr/http-client": "^1.0.1",
"symfony/console": "^5.3.0|^6.0",
"symfony/process": "^5.3.0|^6.0"
"composer/semver": "^3.4.0",
"guzzlehttp/guzzle": "^7.8.0",
"psr/http-client": "^1.0.3",
"symfony/console": "^5.3.0|^6.3.4",
"symfony/process": "^5.3.0|^6.3.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0.0",
"pestphp/pest": "^1.5.0",
"phpstan/phpstan": "^0.12.85",
"symfony/var-dumper": "^5.2.6|^6.0"
"friendsofphp/php-cs-fixer": "^3.34.1",
"pestphp/pest": "^1.23.1",
"phpstan/phpstan": "^0.12.100",
"symfony/var-dumper": "^5.2.6|^6.3.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8b7fafe

Please sign in to comment.