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 0332804 commit 427e734Copy full SHA for 427e734
.gitignore
@@ -1,4 +1,4 @@
1
-/.php_cs.cache
+/.php-cs-fixer.cache
2
/composer.lock
3
/phpunit.xml
4
/vendor/
composer.json
@@ -19,7 +19,8 @@
19
"require-dev": {
20
"phpunit/phpunit": "^8.0|^9.3",
21
"php-http/client-integration-tests": "^3.0",
22
- "phpspec/prophecy-phpunit": "^2.0"
+ "phpspec/prophecy-phpunit": "^2.0",
23
+ "php-http/message-factory": "^1.1"
24
},
25
"provide": {
26
"php-http/client-implementation": "1.0",
@@ -36,11 +37,6 @@
36
37
"Http\\Adapter\\Guzzle7\\Tests\\": "tests/"
38
}
39
- "extra": {
40
- "branch-alias": {
41
- "dev-master": "1.x-dev"
42
- }
43
- },
44
"scripts": {
45
"test": "@php vendor/bin/phpunit"
46
0 commit comments