Skip to content

Commit

Permalink
Merge pull request #6 from deanblackborough/v1.06.1
Browse files Browse the repository at this point in the history
V1.06.1
  • Loading branch information
deanblackborough committed Jan 11, 2018
2 parents 9c16e6d + 9a04135 commit 1002f9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 52 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Full changelog for ZF3 view helpers code completion library.

## v1.06.1 - Minor corrections - 2018-01-05

* Corrected dependencies.
* Added suggests for PHP 7.2.

## v1.06.0 - Alert view helper - 2017-12-03

* Added call for the Bootstrap 4 alert view helper.
Expand Down
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
}
],
"require": {
"php": "^7.1"
"php": "^7"
},
"suggest": {
"php": "^7.2"
},
"require-dev": {
"zendframework/zend-view": "^2.9",
"deanblackborough/zf3-view-helpers": "^1"
"zendframework/zend-view": "^2.9"
},
"repositories": [
{
Expand Down
50 changes: 1 addition & 49 deletions composer.lock

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

0 comments on commit 1002f9f

Please sign in to comment.