Skip to content

Commit

Permalink
composer: fill ext-* dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed May 23, 2019
1 parent 558810a commit a18748d
Show file tree
Hide file tree
Showing 41 changed files with 100 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/zend-amf/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-dom": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-server": "^1.13",
"zf1s/zend-xml": "^1.13"
Expand All @@ -16,6 +17,7 @@
}
},
"suggest": {
"ext-simplexml": "Used in special situations or with special adapters",
"zf1s/zend-date": "Used in special situations or with special adapters",
"zf1s/zend-loader": "Used in special situations or with special adapters"
},
Expand Down
1 change: 1 addition & 0 deletions packages/zend-application/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
}
},
"suggest": {
"ext-date": "Used in special situations or with special adapters",
"zf1s/zend-config": "Used in special situations or with special adapters"
},
"replace": {
Expand Down
2 changes: 2 additions & 0 deletions packages/zend-auth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-ctype": "*",
"zf1s/zend-exception": "^1.13"
},
"autoload": {
Expand All @@ -14,6 +15,7 @@
}
},
"suggest": {
"ext-hash": "Used in special situations or with special adapters",
"zf1s/zend-db": "Used in special situations or with special adapters",
"zf1s/zend-ldap": "Used in special situations or with special adapters",
"zf1s/zend-openid": "Used in special situations or with special adapters",
Expand Down
4 changes: 4 additions & 0 deletions packages/zend-cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
}
},
"suggest": {
"ext-apc": "Used in special situations or with special adapters",
"ext-memcache": "Used in special situations or with special adapters",
"ext-memcached": "Used in special situations or with special adapters",
"ext-sqlite": "Used in special situations or with special adapters",
"zf1s/zend-log": "Used in special situations or with special adapters"
},
"replace": {
Expand Down
1 change: 1 addition & 0 deletions packages/zend-captcha/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-gd": "*",
"zf1s/zend-crypt": "^1.13",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-service-recaptcha": "^1.13",
Expand Down
3 changes: 3 additions & 0 deletions packages/zend-config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"Zend_Config": "library/"
}
},
"suggest": {
"ext-simplexml": "Used in special situations or with special adapters (Zend_Config_Xml)"
},
"replace": {
"zf1/zend-config": "^1.12"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/zend-controller/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-reflection": "*",
"ext-session": "*",
"zf1s/zend-config": "^1.13",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-loader": "^1.13",
Expand Down
1 change: 1 addition & 0 deletions packages/zend-currency/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-iconv": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-locale": "^1.13"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/zend-db/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
}
},
"suggest": {
"ext-mysqli": "Used in special situations or with special adapters (Zend_Db_Adapter_Mysqli)",
"ext-pdo_mysql": "Used in special situations or with special adapters (Zend_Db_Adapter_Pdo_Mysql)",
"ext-pdo_pgsql": "Used in special situations or with special adapters (Zend_Db_Adapter_Pdo_Pgsql)",
"ext-pdo_sqlite": "Used in special situations or with special adapters (Zend_Db_Adapter_Pdo_Sqlite)",
"zf1s/zend-registry": "Used in special situations or with special adapters",
"zf1s/zend-wildfire": "Used in special situations or with special adapters"
},
Expand Down
1 change: 1 addition & 0 deletions packages/zend-dom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-dom": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-xml": "^1.13"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/zend-feed/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-dom": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-http": "^1.13",
"zf1s/zend-loader": "^1.13",
Expand Down
3 changes: 3 additions & 0 deletions packages/zend-file/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"Zend_File": "library/"
}
},
"suggest": {
"ext-apc": "Used in special situations or with special adapters"
},
"replace": {
"zf1/zend-file": "^1.12"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/zend-filter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-reflection": "*",
"zf1s/zend-crypt": "^1.13",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-loader": "^1.13",
Expand All @@ -17,6 +18,7 @@
}
},
"suggest": {
"ext-zlib": "Used in special situations or with special adapters (Zend_Filter_Compress)",
"zf1s/zend-locale": "Used in special situations or with special adapters"
},
"replace": {
Expand Down
2 changes: 2 additions & 0 deletions packages/zend-gdata/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-ctype": "*",
"ext-dom": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-http": "^1.13",
"zf1s/zend-mime": "^1.13",
Expand Down
5 changes: 5 additions & 0 deletions packages/zend-http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-ctype": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-loader": "^1.13",
"zf1s/zend-uri": "^1.13"
Expand All @@ -15,6 +16,10 @@
"Zend_Http": "library/"
}
},
"suggest": {
"ext-curl": "Used in special situations or with special adapters (Zend_Http_Client_Adapter_Curl)",
"ext-fileinfo": "Used in special situations or with special adapters (Zend_Http_Client)"
},
"replace": {
"zf1/zend-http": "^1.12"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/zend-json/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-reflection": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-loader": "^1.13",
"zf1s/zend-server": "^1.13",
Expand All @@ -16,6 +17,9 @@
"Zend_Json": "library/"
}
},
"suggest": {
"ext-json": "Used in special situations or with special adapters"
},
"replace": {
"zf1/zend-json": "^1.12"
},
Expand Down
1 change: 1 addition & 0 deletions packages/zend-ldap/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-ldap": "*",
"zf1s/zend-exception": "^1.13"
},
"autoload": {
Expand Down
1 change: 1 addition & 0 deletions packages/zend-locale/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-iconv": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-xml": "^1.13",
"zf1s/zend-cache": "^1.13",
Expand Down
2 changes: 2 additions & 0 deletions packages/zend-log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-reflection": "*",
"zf1s/zend-exception": "^1.13"
},
"autoload": {
Expand All @@ -14,6 +15,7 @@
}
},
"suggest": {
"ext-dom": "Used in special situations or with special adapters (Zend_Log_Formatter_Xml)",
"zf1s/zend-wildfire": "Used in special situations or with special adapters"
},
"replace": {
Expand Down
3 changes: 3 additions & 0 deletions packages/zend-mail/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"Zend_Mail": "library/"
}
},
"suggest": {
"ext-posix": "Used in special situations or with special adapters"
},
"replace": {
"zf1/zend-mail": "^1.12"
},
Expand Down
1 change: 1 addition & 0 deletions packages/zend-mime/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-iconv": "*",
"zf1s/zend-exception": "^1.13"
},
"autoload": {
Expand Down
5 changes: 5 additions & 0 deletions packages/zend-openid/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"Zend_OpenId": "library/"
}
},
"suggest": {
"ext-bcmath": "Used in special situations or with special adapters (dh key generation)",
"ext-gmp": "Used in special situations or with special adapters (dh key generation)",
"ext-openssl": "Used in special situations or with special adapters (dh key generation)"
},
"replace": {
"zf1/zend-openid": "^1.12"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/zend-pdf/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-ctype": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-zlib": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-log": "^1.13",
"zf1s/zend-memory": "^1.13"
Expand Down
4 changes: 4 additions & 0 deletions packages/zend-rest/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-ctype": "*",
"ext-dom": "*",
"ext-reflection": "*",
"ext-simplexml": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-server": "^1.13",
"zf1s/zend-service": "^1.13",
Expand Down
6 changes: 6 additions & 0 deletions packages/zend-search-lucene/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-ctype": "*",
"ext-dom": "*",
"ext-iconv": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-search": "^1.13",
"zf1s/zend-xml": "^1.13"
Expand All @@ -15,6 +18,9 @@
"Zend_Search_Lucene": "library/"
}
},
"suggest": {
"ext-bitset": "Used in special situations or with special adapters"
},
"replace": {
"zf1/zend-search-lucene": "^1.12"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/zend-serializer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
}
},
"suggest": {
"ext-igbinary": "Used in special situations or with special adapters (Zend_Serializer_Adapter_Igbinary)",
"ext-json": "Used in special situations or with special adapters (Zend_Serializer_Adapter_Json)",
"ext-simplexml": "Used in special situations or with special adapters (Zend_Serializer_Adapter_Wddx)",
"ext-wddx": "Used in special situations or with special adapters (Zend_Serializer_Adapter_Wddx)",
"zf1s/zend-json": "Used in special situations or with special adapters",
"zf1s/zend-amf": "Used in special situations or with special adapters"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/zend-server/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-spl": "*",
"ext-reflection": "*",
"zf1s/zend-exception": "^1.13"
},
"autoload": {
Expand Down
1 change: 1 addition & 0 deletions packages/zend-service-amazon/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-dom": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-http": "^1.13",
"zf1s/zend-rest": "^1.13",
Expand Down
2 changes: 2 additions & 0 deletions packages/zend-service-audioscrobbler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-iconv": "*",
"ext-simplexml": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-http": "^1.13",
"zf1s/zend-xml": "^1.13"
Expand Down
1 change: 1 addition & 0 deletions packages/zend-service-delicious/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-dom": "*",
"zf1s/zend-date": "^1.13",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-http": "^1.13",
Expand Down
2 changes: 2 additions & 0 deletions packages/zend-service-flickr/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-dom": "*",
"ext-iconv": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-http": "^1.13",
"zf1s/zend-xml": "^1.13"
Expand Down
3 changes: 3 additions & 0 deletions packages/zend-service-recaptcha/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"Zend_Service_ReCaptcha": "library/"
}
},
"suggest": {
"ext-mcrypt": "Used in special situations or with special adapters (Zend_Service_ReCaptcha_MailHide)"
},
"replace": {
"zf1/zend-service-recaptcha": "^1.12"
},
Expand Down
1 change: 1 addition & 0 deletions packages/zend-service-yahoo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
}
},
"suggest": {
"ext-dom": "Used in special situations or with special adapters",
"zf1s/zend-validate": "Used in special situations or with special adapters"
},
"replace": {
Expand Down
1 change: 1 addition & 0 deletions packages/zend-session/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-session": "*",
"zf1s/zend-exception": "^1.13"
},
"autoload": {
Expand Down
2 changes: 2 additions & 0 deletions packages/zend-soap/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-dom": "*",
"ext-simplexml": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-server": "^1.13",
"zf1s/zend-uri": "^1.13",
Expand Down
3 changes: 3 additions & 0 deletions packages/zend-translate/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"Zend_Translate": "library/"
}
},
"suggest": {
"ext-xml": "Used in special situations or with special adapters (Zend_Translate_Adapter_Qt, Zend_Translate_Adapter_Tmx, Zend_Translate_Adapter_Xliff)"
},
"replace": {
"zf1/zend-translate": "^1.12"
},
Expand Down
1 change: 1 addition & 0 deletions packages/zend-uri/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-ctype": "*",
"zf1s/zend-exception": "^1.13",
"zf1s/zend-loader": "^1.13",
"zf1s/zend-locale": "^1.13",
Expand Down
Loading

0 comments on commit a18748d

Please sign in to comment.