File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
fast_finish : true
16
16
include :
17
- - php : 5.6
17
+ - php : 7.1
18
18
env : $COMPOSER_OPTIONS="--prefer-lowest --prefer-stable --ignore-platform-reqs"
19
- - php : 7.0
19
+ - php : 7.1
20
20
env : PACKAGES="php-http/discovery:^1.0 php-http/guzzle6-adapter:^1.0 php-http/message:^1.0 xabbuh/oauth1-authentication:~1.0"
21
21
- php : 7.1
22
22
env : xdebug="yes"
23
23
- php : 7.2
24
+ - php : 7.3
24
25
25
26
before_install :
26
27
- if [[ "$xdebug" != "yes" ]]; then phpenv config-rm xdebug.ini; fi
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 0.7.0
5
+ -----
6
+
7
+ * dropped support for PHP < 7.1
8
+
4
9
0.6.0
5
10
-----
6
11
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " ^5.6 || ^7.0 " ,
15
+ "php" : " ^7.1 " ,
16
16
"php-http/client-common" : " ^1.0 || ^2.0" ,
17
17
"php-http/client-implementation" : " ^1.0" ,
18
18
"php-http/httplug" : " ^1.0 || ^2.0" ,
26
26
"psr/http-message" : " ^1.0"
27
27
},
28
28
"require-dev" : {
29
- "phpspec/phpspec" : " ^2.3 " ,
29
+ "phpspec/phpspec" : " ^2.4 " ,
30
30
"php-http/mock-client" : " ^1.2" ,
31
31
"php-xapi/test-fixtures" : " ^1.0"
32
32
},
51
51
},
52
52
"extra" : {
53
53
"branch-alias" : {
54
- "dev-master" : " 0.6 .x-dev"
54
+ "dev-master" : " 0.7 .x-dev"
55
55
}
56
56
}
57
57
}
You can’t perform that action at this time.
0 commit comments