Skip to content

Commit 427e734

Browse files
committed
cleanup branch alias and explicitly require legacy message-factory
1 parent 0332804 commit 427e734

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/.php_cs.cache
1+
/.php-cs-fixer.cache
22
/composer.lock
33
/phpunit.xml
44
/vendor/

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"require-dev": {
2020
"phpunit/phpunit": "^8.0|^9.3",
2121
"php-http/client-integration-tests": "^3.0",
22-
"phpspec/prophecy-phpunit": "^2.0"
22+
"phpspec/prophecy-phpunit": "^2.0",
23+
"php-http/message-factory": "^1.1"
2324
},
2425
"provide": {
2526
"php-http/client-implementation": "1.0",
@@ -36,11 +37,6 @@
3637
"Http\\Adapter\\Guzzle7\\Tests\\": "tests/"
3738
}
3839
},
39-
"extra": {
40-
"branch-alias": {
41-
"dev-master": "1.x-dev"
42-
}
43-
},
4440
"scripts": {
4541
"test": "@php vendor/bin/phpunit"
4642
}

0 commit comments

Comments
 (0)