mrpk-dev / composer
Composer 帮助您声明、管理和安装 PHP 项目的依赖项。它确保您在任何地方都有正确的堆栈。
2.0.8
2020-11-20 01:38 UTC
Requires
- php: ^5.3.2 || ^7.0 || ^8.0
- composer/ca-bundle: ^1.0
- composer/semver: ^3.0
- composer/spdx-licenses: ^1.2
- composer/xdebug-handler: ^1.1
- justinrainbow/json-schema: ^5.2.10
- psr/log: ^1.0
- react/promise: ^1.2 || ^2.7
- seld/jsonlint: ^1.4
- seld/phar-utils: ^1.0
- symfony/console: ^2.8.52 || ^3.4.35 || ^4.4 || ^5.0
- symfony/filesystem: ^2.8.52 || ^3.4.35 || ^4.4 || ^5.0
- symfony/finder: ^2.8.52 || ^3.4.35 || ^4.4 || ^5.0
- symfony/process: ^2.8.52 || ^3.4.35 || ^4.4 || ^5.0
Requires (Dev)
- phpspec/prophecy: ^1.10
- symfony/phpunit-bridge: ^4.2 || ^5.0
Suggests
- ext-openssl: Enabling the openssl extension allows you to access https URLs for repositories and packages
- ext-zip: Enabling the zip extension allows you to unzip archives
- ext-zlib: Allow gzip compression of HTTP requests
- dev-master / 2.0.x-dev
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-RC2
- 2.0.0-RC1
- 2.0.0-alpha3
- 2.0.0-alpha2
- 2.0.0-alpha1
- 1.10.x-dev
- 1.10.17
- 1.10.16
- 1.10.15
- 1.10.14
- 1.10.13
- 1.10.12
- 1.10.11
- 1.10.10
- 1.10.9
- 1.10.8
- 1.10.7
- 1.10.6
- 1.10.5
- 1.10.4
- 1.10.3
- 1.10.2
- 1.10.1
- 1.10.0
- 1.10.0-RC
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.6
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.7.0-RC
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.6.0-RC
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.3.0-RC
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.2.0-RC
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.1.0-RC
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-beta2
- 1.0.0-beta1
- 1.0.0-alpha11
- 1.0.0-alpha10
- 1.0.0-alpha9
- 1.0.0-alpha8
- 1.0.0-alpha7
- 1.0.0-alpha6
- 1.0.0-alpha5
- 1.0.0-alpha4
- 1.0.0-alpha3
- 1.0.0-alpha2
- 1.0.0-alpha1
This package is auto-updated.
Last update: 2024-09-20 10:07:23 UTC
README
Composer 帮助您声明、管理和安装 PHP 项目的依赖项。
有关更多信息和相关文档,请参阅 https://composer.php.ac.cn/。
安装/使用
按照 官方说明 下载并安装 Composer。
有关使用说明,请参阅 文档。
包
在 Packagist 上查找包。
社区
用户和开发者频道在 irc.freenode.org: #composer。
有关支持,Stack Overflow 也提供了一组优秀的 Composer 相关问题。
请注意,该项目采用 贡献者行为准则 发布。通过参与此项目和其社区,您同意遵守这些条款。
要求
PHP 5.3.2 或更高版本(建议至少 5.3.4 以避免潜在的错误)
作者
- Nils Adermann | GitHub | Twitter | naderman@naderman.de | naderman.de
- Jordi Boggiano | GitHub | Twitter | j.boggiano@seld.be | seld.be
有关参与此项目的 贡献者列表,请参阅。
安全报告
请将任何敏感问题发送到 security@packagist.org。谢谢!
许可证
Composer 在 MIT 许可证下授权 - 有关详细信息,请参阅 LICENSE 文件。
致谢
- 此项目的求解器最初是 openSUSE 的 Libzypp satsolver 的 PHP 端口。