Skip to content

Commit

Permalink
Require at least PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Jan 20, 2017
1 parent ac0f1ae commit 965bef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Run ```php composer.phar require denpa/php-bitapi``` in your project directory o
and run ```php composer.phar update```.

## Requirements
PHP 5.4 or higher
PHP 5.6 or higher

## Usage
Create new object
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.6.0",
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
Expand Down

0 comments on commit 965bef2

Please sign in to comment.