Skip to content

Commit 833b8ad

Browse files
authored
Merge pull request #15 from jolicode/fix/8
Allow HTTPlug 2
2 parents 1399dd0 + 297b984 commit 833b8ad

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ matrix:
1414
- php: 7.1
1515
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
1616
- php: 7.2
17+
- php: 7.3
1718

1819
install:
1920
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes between versions
22

3+
## To be released
4+
5+
* Support HTTPlug 2
6+
37
## 1.1 (2019-02-21)
48

59
* Add support for Slack Blocks in chat.postMessage and better patch support for specification

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"jane-php/json-schema-runtime": "^4.0",
2727
"jane-php/open-api-runtime": "^4.0",
2828
"php-http/client-implementation": "*",
29-
"php-http/client-common": "^1.7"
29+
"php-http/client-common": "^1.7 || 2.0"
3030
},
3131
"require-dev": {
3232
"jane-php/jane-php": "^4.0",

0 commit comments

Comments
 (0)