Skip to content

Commit

Permalink
[TASK] Raise PHP requirement to PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoBlack committed Jul 8, 2016
1 parent 5f074d1 commit 651d140
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ A list of the commands which I understand are documented in the [Wiki](http://wi

If you want to contribute, fork this repository and send a pull request.

## Requirements

This projects require at least PHP 5.6 up to PHP 7.0

## Unit Test

```
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}
},
"require": {
"php": "^5.6 || ^7.0",
"coderstephen/slack-client": "^0.2.3",
"doctrine/dbal": "^2.5.4",
"doctrine/migrations": "^1.2.2"
Expand Down
8 changes: 5 additions & 3 deletions composer.lock

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

0 comments on commit 651d140

Please sign in to comment.