Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zend-config] update zend-config deps according to usage #187

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions packages/zend-config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.15.3",
"zf1s/zend-xml": "^1.15.3"
"zf1s/zend-exception": "^1.15.3"
},
"autoload": {
"psr-0": {
"Zend_Config": "library/"
}
},
"suggest": {
"ext-simplexml": "Used in special situations or with special adapters (Zend_Config_Xml)"
"ext-simplexml": "Used in special situations or with special adapters (Zend_Config_Xml)",
"zf1s/zend-json": "Used in special situations or with special adapters",
"zf1s/zend-xml": "Used in special situations or with special adapters"
},
"replace": {
"zf1/zend-config": "^1.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Abstract File Writer
*
* @category Zend
* @package Zend_package
* @package Zend_Config
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @version $Id$
Expand Down