Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
Incrased PHP version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wzul committed Feb 23, 2018
1 parent ca4d998 commit 1067491
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![License](https://poser.pugx.org/billplz/billplz-api/license)](https://packagist.org/packages/billplz/billplz-api)

## Minimum System Requirement
- PHP 5.6 or newer
- PHP 7.0 or newer

## Installation

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 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.6"
"php": ">=7.0"
},
"suggest": {
"guzzlehttp/guzzle": "HTTP Client Library ~6.0"
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1067491

Please sign in to comment.