File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 7
7
- $HOME/.composer/cache/files
8
8
9
9
php :
10
- - 5.5
11
- - 5.6
12
- - 7.0
13
10
- 7.1
14
11
- 7.2
15
12
- 7.3
@@ -27,8 +24,6 @@ matrix:
27
24
include :
28
25
- php : 7.1
29
26
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30
- - php : 5.5
31
- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
32
27
33
28
before_install :
34
29
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 1.4.0 -
4
+
5
+ - drop support for PHP 5 and 7.0
6
+
3
7
## 1.3.1 - 2019-11-06
4
8
5
9
### Fixed
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^5.5 || ^7.0 " ,
19
+ "php" : " ^7.1 " ,
20
20
"php-http/client-common" : " ^1.9 || ^2.0" ,
21
21
"php-http/discovery" : " ^1.0" ,
22
22
"php-http/httplug" : " ^1.0 || ^2.0" ,
35
35
},
36
36
"extra" : {
37
37
"branch-alias" : {
38
- "dev-master" : " 1.3 -dev"
38
+ "dev-master" : " 1.4 -dev"
39
39
}
40
40
},
41
41
"autoload" : {
You can’t perform that action at this time.
0 commit comments