We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8222bf4 commit 6199d00Copy full SHA for 6199d00
.github/workflows/continuous-integration.yml
@@ -34,7 +34,7 @@ jobs:
34
- dependencies: "php-http/guzzle7-adapter"
35
php-version: "8.2"
36
symfony-deprecations-helper: "weak"
37
- - dependencies: "php-http/guzzle7-adapter php-http/throttle-plugin"
+ - dependencies: "php-http/guzzle7-adapter"
38
php-version: "8.3"
39
40
composer.json
@@ -59,6 +59,7 @@
59
"php-http/cache-plugin": "^1.7",
60
"php-http/mock-client": "^1.2",
61
"php-http/promise": "^1.0",
62
+ "php-http/throttle-plugin": "^1.1",
63
"phpunit/phpunit": "^9",
64
"symfony/browser-kit": "^6.4 || ^7.1",
65
"symfony/cache": "^6.4 || ^7.1",
0 commit comments