Skip to content

Commit

Permalink
Merge pull request #23 from deanblackborough/v1.01.2
Browse files Browse the repository at this point in the history
Minor corrections
  • Loading branch information
deanblackborough authored Jan 5, 2018
2 parents 2e93f81 + d1219da commit a19fe7e
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php
php:
- '7.1'
- '7.2'

install:
- composer install --no-interaction
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Full changelog for Zend Framework 3 view helpers library.

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

* Require PHP 7, suggest PHP 7.2.
* Removed unused property.
* Testing against PHP7.2.
* Updated dependencies.
* Spelling corrections.

## v1.01.1 - Minor corrections - 2017-12-04

* Type hints missing.
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
}
],
"require": {
"php": "^7.1",
"php": "^7",
"zendframework/zend-view": "^2.9",
"deanblackborough/zf3-view-helpers-code-completion": "^1"
},
"suggest": {
"php": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^6"
},
Expand Down
Loading

0 comments on commit a19fe7e

Please sign in to comment.