Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Drop support for PHP 5.5
Browse files Browse the repository at this point in the history
This has been marked EOL since mid-2016.

http://php.net/supported-versions.php

While here bump the version for development.
  • Loading branch information
sds committed Feb 7, 2018
1 parent 6f0b3b2 commit f2817ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
install: composer install

php:
- 5.5
- 5.6
- 7.0
- 7.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"psr-4": { "Coinbase\\Wallet\\Tests\\": "tests/" }
},
"require": {
"php": ">=5.5.0",
"php": ">=5.6.0",
"guzzlehttp/guzzle": "^6.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/
class Client
{
const VERSION = '2.6.0';
const VERSION = '2.7.0';

private $http;
private $mapper;
Expand Down

0 comments on commit f2817ab

Please sign in to comment.