Skip to content

Commit

Permalink
Update dependencies based on symbol usage
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Millar <rid@cylo.io>
  • Loading branch information
Rid committed Oct 18, 2023
1 parent 8a95e39 commit 6cdbc9d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,22 @@
],
"require": {
"php": ">=8.1",
"ext-json": "*",
"ext-mbstring": "*",
"jane-php/open-api-runtime": "^7.4",
"jane-php/json-schema-runtime": "^7.5",
"jane-php/open-api-runtime": "^7.5",
"php-http/client-common": "^2.7",
"php-http/discovery": "^1.19",
"php-http/multipart-stream-builder": "^1.3",
"psr/http-client": "^1.0",
"psr/http-client-implementation": "*",
"psr/http-factory": "^1.0",
"psr/http-message": "^2.0",
"psr/http-client-implementation": "*",
"psr/http-factory-implementation": "*",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-message-implementation": "*"
"psr/http-message-implementation": "*",
"symfony/deprecation-contracts": "^3.3",
"symfony/options-resolver": "^6.3",
"symfony/serializer": "^6.3",
"symfony/validator": "^6.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
Expand Down

0 comments on commit 6cdbc9d

Please sign in to comment.