Skip to content

Commit

Permalink
cleanup branch alias and explicitly require legacy message-factory
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Mar 16, 2024
1 parent 0332804 commit 427e734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/.php_cs.cache
/.php-cs-fixer.cache
/composer.lock
/phpunit.xml
/vendor/
Expand Down
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"require-dev": {
"phpunit/phpunit": "^8.0|^9.3",
"php-http/client-integration-tests": "^3.0",
"phpspec/prophecy-phpunit": "^2.0"
"phpspec/prophecy-phpunit": "^2.0",
"php-http/message-factory": "^1.1"
},
"provide": {
"php-http/client-implementation": "1.0",
Expand All @@ -36,11 +37,6 @@
"Http\\Adapter\\Guzzle7\\Tests\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"scripts": {
"test": "@php vendor/bin/phpunit"
}
Expand Down

0 comments on commit 427e734

Please sign in to comment.