Skip to content

Commit

Permalink
Drop PHP <7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Nov 24, 2016
1 parent 55a7903 commit 6920ba9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

env:
matrix:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ foreach ($transactionList->getTransactions() as $transaction) {

Requirements
------------
Fio API PHP works with PHP 5.5, PHP 5.6 or PHP 7.
Fio API PHP works with PHP 7 or higher.

Submitting bugs and feature requests
------------------------------------
Expand All @@ -39,6 +39,9 @@ Martin Hujer - <mhujer@gmail.com> - <https://www.martinhujer.cz>

Changelog
----------
## 3.0.0 (2016-11-24)
- dropped support for PHP <7

## 2.3.0 (2016-11-24)
- [#7](https://github.com/mhujer/fio-api-php/pull/7): added official composer CA bundle support (@soukicz)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": ">=5.5",
"php": ">=7.0",
"ext-curl": "*",
"guzzlehttp/guzzle": "~6.1"
},
Expand Down

0 comments on commit 6920ba9

Please # to comment.