Skip to content

Commit 1e29e7d

Browse files
Dependancy
* Moved a dependancy from require to suggest
1 parent f666207 commit 1e29e7d

File tree

3 files changed

+8
-53
lines changed

3 files changed

+8
-53
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Full changelog for Zend Framework 3 view helpers library.
44

5+
## v1.02.1 - Dependency - 2010-01-20
6+
7+
* Removed deanblackborough/zf3-view-helpers-code-completion from require, added to suggest
8+
59
## v1.02.0 - Row and Column view helper - 2018-01-20
610

711
* Added a Bootstrap 4 row view helper.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
],
1717
"require": {
1818
"php": "^7",
19-
"zendframework/zend-view": "^2.10",
20-
"deanblackborough/zf3-view-helpers-code-completion": "^1"
19+
"zendframework/zend-view": "^2.10"
2120
},
2221
"suggest": {
23-
"php": "^7.2"
22+
"php": "^7.2",
23+
"deanblackborough/zf3-view-helpers-code-completion": "^1"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^6"

composer.lock

Lines changed: 1 addition & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)