zendframework / zend-view

View component from Zend Framework
BSD 3-Clause "New" or "Revised" License
49 stars 61 forks source link

Require "zend-json": "^2.6.1" #178

Closed vaclavvanik closed 5 years ago

vaclavvanik commented 5 years ago

As of version 2.11 zend-json is required. Why is not the constraint like "zendframework/zend-json": "^2.6.1 || ^3.0"?

froschdesign commented 5 years ago

@vaclavvanik Please create a pull request to update the Composer file. Thanks!