Skip to content

Commit

Permalink
Stop support php 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
moririnson committed Sep 30, 2020
1 parent 620b44a commit b5ab67c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php
matrix:
include:
- php: 5.5
dist: trusty
- php: 5.6
- php: 7.0
- php: 7.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See the official API documentation for more information.

## Requirements

- PHP 5.5 or later
- PHP 5.6 or later


## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"require": {
"php": ">=5.5",
"php": ">=5.6",
"ext-curl": "*",
"ext-json": "*",
"ext-sockets": "*"
Expand Down

0 comments on commit b5ab67c

Please sign in to comment.