8000 Merge pull request #40 from deepseek-php/fix-symfony-client-compatibi… · deepseek-php/deepseek-php-client@a876e02 · GitHub
[go: up one dir, main page]

Skip to content

Commit a876e02

Browse files
authored
Merge pull request #40 from deepseek-php/fix-symfony-client-compatibility
fix symfony client Compatibility
2 parents d645985 + 5211761 commit a876e02

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@
4949
"role": "creator"
5050
}
5151
],
52-
"version": "2.0.2",
52+
"version": "2.0.3",
5353
"require": {
5454
"php": "^8.1.0",
5555
"nyholm/psr7": "^1.8",
5656
"php-http/discovery": "^1.20.0",
5757
"php-http/multipart-stream-builder": "^1.4.2",
5858
"psr/http-client": "^1.0.3",
59-
"psr/http-client-implementation": "^1.0.1",
59+
"psr/http-client-implementation": "1.0",
6060
"psr/http-factory-implementation": "*",
6161
"psr/http-message": "^1.1.0|^2.0.0",
62-
"symfony/http-client": "^7.2"
62+
"symfony/http-client": "^6.4"
6363
},
6464
"require-dev": {
6565
"guzzlehttp/guzzle": "^7.9.2",
@@ -68,8 +68,8 @@
6868
"mockery/mockery": "^1.6.12",
6969
"nunomaduro/collision": "^7.11.0|^8.5.0",
7070
"pestphp/pest": "^2.36",
71-
"pestphp/pest-plugin-arch": "^2.7|^3.0",
72-
"pestphp/pest-plugin-type-coverage": "^2.8.7|^3.1.0",
71+
"pestphp/pest-plugin-arch": "^2.7",
72+
"pestphp/pest-plugin-type-coverage": "^2.8.7",
7373
"phpstan/phpstan": "^1.12.7",
7474
"roave/security-advisories": "dev-latest",
7575
"symfony/var-dumper": "^6.4.11|^7.1.5"
@@ -108,4 +108,4 @@
108108
"php-http/discovery": true
109109
}
110110
}
111-
}
111+
}

0 commit comments

Comments
 (0)
0