File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ matrix:
14
14
- php : 7.1
15
15
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
16
16
- php : 7.2
17
+ - php : 7.3
17
18
18
19
install :
19
20
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
Original file line number Diff line number Diff line change 1
1
# Changes between versions
2
2
3
+ ## To be released
4
+
5
+ * Support HTTPlug 2
6
+
3
7
## 1.1 (2019-02-21)
4
8
5
9
* Add support for Slack Blocks in chat.postMessage and better patch support for specification
Original file line number Diff line number Diff line change 26
26
"jane-php/json-schema-runtime" : " ^4.0" ,
27
27
"jane-php/open-api-runtime" : " ^4.0" ,
28
28
"php-http/client-implementation" : " *" ,
29
- "php-http/client-common" : " ^1.7"
29
+ "php-http/client-common" : " ^1.7 || 2.0 "
30
30
},
31
31
"require-dev" : {
32
32
"jane-php/jane-php" : " ^4.0" ,
You can’t perform that action at this time.
0 commit comments