Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Main framework composer.json is incorrectly configured #4284

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"homepage": "http://framework.zend.com/", "homepage": "http://framework.zend.com/",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3",
"ext-intl": "*"
}, },
"require-dev": { "require-dev": {
"doctrine/common": ">=2.1", "doctrine/common": ">=2.1",
Expand All @@ -19,7 +20,6 @@
}, },
"suggest": { "suggest": {
"doctrine/common": "Doctrine\\Common >=2.1 for annotation features", "doctrine/common": "Doctrine\\Common >=2.1 for annotation features",
"ext-intl": "ext/intl for i18n features",
"ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable", "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
"pecl-weakref": "Implementation of weak references for Zend\\Stdlib\\CallbackHandler", "pecl-weakref": "Implementation of weak references for Zend\\Stdlib\\CallbackHandler",
"zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes", "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
Expand Down