We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9b46b commit a8f23d3Copy full SHA for a8f23d3
.circleci/config.yml
@@ -8,6 +8,7 @@ jobs:
8
9
steps:
10
- checkout
11
+ - run: composer validate --strict
12
- run: composer install --no-interaction --no-suggest --prefer-dist
13
- run: vendor/bin/phpunit
14
- run: vendor/bin/phpcs --standard=PSR2 src test
composer.json
@@ -36,7 +36,7 @@
36
"php": ">= 7.1",
37
"ext-json": "*",
38
"php-http/client-common": "^1.9 || ^2.0",
39
- "php-http/client-implementation": "*",
+ "php-http/client-implementation": "^1.0",
40
"php-http/discovery": "^1.4",
41
"php-http/httplug": "^1.0 || ^2.0",
42
"php-http/message": "^1.7",
0 commit comments