Skip to content

Commit 5a28759

Browse files
Updated supported language versions
1 parent 1c76608 commit 5a28759

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ before_script:
66
- cd test/unit
77
script:
88
- ../../vendor/bin/phpunit . --bootstrap bootstrap.php --filter test* --coverage-clover clover.xml
9-
after_script:
10-
- cd ..
11-
- phpenv local 5.4
12-
- phpenv local --unset
139
php:
14-
- 5.4
15-
- 5.5
1610
- 5.6
11+
- 7.0
1712
env:
1813
global:
1914
- secure: eUN0huKA436uIkISu6V3yW01/gZHC6slBvlnprMPEhzclU2szH6qhWEXWS5CcOG6EEDBReqLZdNAwu+FC69KGFO9+6oW2GQQLSsfEViqFi/Ig2N0r4EBO4jLRebgq0GOfetPwQvJH27d8BCiloPy8rXBb5pskxSNw4B4bRyXHz4=

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We welcome direct contributions to the php-http-client code base. Thank you!
6464

6565
##### Prerequisites #####
6666

67-
- PHP 5.2 through 5.6
67+
- PHP 5.6 or greater
6868
- [Composer](https://getcomposer.org/)
6969

7070
##### Initial setup: #####

0 commit comments

Comments
 (0)