File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 11
11
- deps=""
12
12
- COMPOSER_OPTIONS="--prefer-stable"
13
13
14
- php :
15
- - 5.5
16
- - 5.6
17
-
18
14
matrix :
19
15
fast_finish : true
20
16
include :
21
- - php : 5.4
22
- env : $COMPOSER_OPTIONS="--prefer-lowest --prefer-stable --ignore-platform-reqs"
23
17
- php : 5.6
24
- env : PACKAGES="php-http/discovery:^1.0 php-http/guzzle6-adapter:^1.0 php-http/message:^1.0 xabbuh/oauth1-authentication:~1.0 "
18
+ env : $COMPOSER_OPTIONS="--prefer-lowest --prefer-stable --ignore-platform-reqs "
25
19
- php : 7.0
26
- env : xdebug="yes "
20
+ env : PACKAGES="php-http/discovery:^1.0 php-http/guzzle6-adapter:^1.0 php-http/message:^1.0 xabbuh/oauth1-authentication:~1.0 "
27
21
- php : 7.1
22
+ env : xdebug="yes"
28
23
- php : 7.2
29
24
30
25
before_install :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CHANGELOG
4
4
0.6.0
5
5
-----
6
6
7
- * dropped the support for HHVM
7
+ * dropped the support for HHVM and for PHP < 5.6
8
8
9
9
* updated the ` X-Experience-API-Version ` header to default to the latest patch
10
10
version (` 1.0.3 ` )
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " >=5.4 .0" ,
15
+ "php" : " ^5.6 || ^7 .0" ,
16
16
"php-http/client-common" : " ^1.0" ,
17
17
"php-http/client-implementation" : " ^1.0" ,
18
18
"php-http/httplug" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments