Created
March 12, 2010 08:46
-
-
Save co3k/330169 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# dependencies.yml | |
# | |
# Definition of the dependency on this plugin (プラグインの依存性を定義します) | |
# | |
# Note: Dependency with OpenPNE is supported from OpenPNE 3.5.0. Before 3.5.0, OpenPNE can't install a plugin that defines such a dependency. | |
# (注意: OpenPNE との依存性は 3.5.0 からサポートされました。 3.5.0 以前のバージョンでは、 OpenPNE はそのような依存性が定義されたプラグインをインストールできません) | |
# | |
# See: http://pear.php.net/manual/en/guide.developers.package2.dependencies.php | |
# PEAR installer dependency (PEAR インストーラの依存性) | |
pearinstaller: | |
min: 1.1.0 | |
# max: | |
# exclude: | |
# PHP dependency (PHP の依存性) | |
php: | |
min: 5.2.3 | |
# max: | |
# exclude: | |
# Package dependency (パッケージの依存性) | |
package: | |
opRichTextareaSyntaxHighlightPlugin: | |
channel: plugins.openpne.jp | |
min: 0.2.0 | |
PHP_LexerGenerator: | |
channel: pear.php.net | |
min: 0.3.0 | |
exclude: [0.3.1, 0.3.2] | |
opMarketingPlugin: | |
channel: plugins.openpne.jp | |
conflicts: true | |
# openpne: # The dependency with OpenPNE. (OpenPNE との依存性) | |
# channel: plugins.openpne.jp | |
# min: 3.5.0 | |
# max: | |
# exclude: | |
# conflicts: false | |
# opSamplePlugin: # Example of the dependency with opSamplePlugin. (opSamplePlugin との依存性の例) | |
# channel: plugins.openpne.jp # This plugin is managed on plugins.openpen.jp (このプラグインは plugins.openpne.jp で管理されている) | |
# min: 1.0.0 # The opSamplePlugin 1.0.0 or later is needed (opSamplePlugin の 1.0.0 以上が必要) | |
# max: 1.9.9 # The opSamplePlugin 1.9.9 or earlier is needed (opSamplePlugin の 1.9.9 以下が必要) | |
# exclude: [1.0.8, 1.3.1, 1.6.0] # opSamplePlugin 1.0.8, 1.3.1 and 1.6.0 are not supported (opSamplePlugin の 1.0.8、 1.3.1 と 1.6.0 はサポートしない) | |
# opConflictedPlugin: # Example of the conflicted dependency (依存関係の衝突の例) | |
# channel: another.plugins.openpne.jp | |
# conflicts: true # If the opConflictedPlugin is installed, installation will fail (opConflictedPlugin がインストールされていた場合はインストールを失敗させる) | |
# Extension dependency (拡張モジュールの依存性) | |
extension: | |
APC: # The dependency with APC (APC 拡張モジュールとの依存性) | |
min: 0.1.0 | |
# max: | |
# exclude: | |
# conflicts: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment