Skip to content

Commit

Permalink
Dependancy
Browse files Browse the repository at this point in the history
* Moved a dependancy from require to suggest
  • Loading branch information
deanblackborough committed Jan 20, 2018
1 parent f666207 commit 1e29e7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 53 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Full changelog for Zend Framework 3 view helpers library.

## v1.02.1 - Dependency - 2010-01-20

* Removed deanblackborough/zf3-view-helpers-code-completion from require, added to suggest

## v1.02.0 - Row and Column view helper - 2018-01-20

* Added a Bootstrap 4 row view helper.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": "^7",
"zendframework/zend-view": "^2.10",
"deanblackborough/zf3-view-helpers-code-completion": "^1"
"zendframework/zend-view": "^2.10"
},
"suggest": {
"php": "^7.2"
"php": "^7.2",
"deanblackborough/zf3-view-helpers-code-completion": "^1"
},
"require-dev": {
"phpunit/phpunit": "^6"
Expand Down
51 changes: 1 addition & 50 deletions composer.lock

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

0 comments on commit 1e29e7d

Please sign in to comment.