Skip to content

Commit

Permalink
Merge pull request #40 from deepseek-php/fix-symfony-client-compatibi…
Browse files Browse the repository at this point in the history
…lity

fix symfony client Compatibility
  • Loading branch information
omaralalwi authored Feb 23, 2025
2 parents d645985 + 5211761 commit a876e02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
"role": "creator"
}
],
"version": "2.0.2",
"version": "2.0.3",
"require": {
"php": "^8.1.0",
"nyholm/psr7": "^1.8",
"php-http/discovery": "^1.20.0",
"php-http/multipart-stream-builder": "^1.4.2",
"psr/http-client": "^1.0.3",
"psr/http-client-implementation": "^1.0.1",
"psr/http-client-implementation": "1.0",
"psr/http-factory-implementation": "*",
"psr/http-message": "^1.1.0|^2.0.0",
"symfony/http-client": "^7.2"
"symfony/http-client": "^6.4"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.9.2",
Expand All @@ -68,8 +68,8 @@
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^7.11.0|^8.5.0",
"pestphp/pest": "^2.36",
"pestphp/pest-plugin-arch": "^2.7|^3.0",
"pestphp/pest-plugin-type-coverage": "^2.8.7|^3.1.0",
"pestphp/pest-plugin-arch": "^2.7",
"pestphp/pest-plugin-type-coverage": "^2.8.7",
"phpstan/phpstan": "^1.12.7",
"roave/security-advisories": "dev-latest",
"symfony/var-dumper": "^6.4.11|^7.1.5"
Expand Down Expand Up @@ -108,4 +108,4 @@
"php-http/discovery": true
}
}
}
}

0 comments on commit a876e02

Please sign in to comment.