Skip to content

Commit

Permalink
Update develop dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 19, 2024
1 parent 26cbafd commit c6fb031
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"ext-json": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.53.0",
"guzzlehttp/guzzle": "^7.8.1",
"guzzlehttp/psr7": "^1.6 || ^2.6.2",
"phpstan/phpstan": "^1.10.66",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/phpstan-strict-rules": "^1.5.3",
"phpunit/phpunit": "^10.5.15 || ^11.1.1",
"psr/http-factory": "^1.0.2",
"psr/simple-cache": "^1.0.1",
"symfony/cache": "^v5.0.0 || ^6.4.6"
"friendsofphp/php-cs-fixer": "^3.65.0",
"guzzlehttp/guzzle": "^7.9.2",
"guzzlehttp/psr7": "^1.6 || ^2.7.0",
"phpstan/phpstan": "^1.12.13",
"phpstan/phpstan-phpunit": "^1.4.2",
"phpstan/phpstan-strict-rules": "^1.6.1",
"phpunit/phpunit": "^10.5.15 || ^11.5.1",
"psr/http-factory": "^1.1.0",
"psr/simple-cache": "^1.0.1 || ^2.0.0",
"symfony/cache": "^v5.0.0 || ^6.4.16"
},
"suggest": {
"psr/http-client-implementation": "To use the storage functionnality which depends on PSR-18",
Expand Down

0 comments on commit c6fb031

Please sign in to comment.