publishpress/psr-container
最新稳定版本:2.0.2.1
Composer 安装命令:
composer require publishpress/psr-container
包简介
Common Container Interface (PHP FIG PSR-11), prefixed for PublishPress plugins
README 文档
README
This repository holds all interfaces related to PSR-11 (Container Interface), prefixed for PublishPress.
Note that this is not a Container implementation of its own. It is merely abstractions that describe the components of a Dependency Injection Container.
The installable package and implementations are listed on Packagist.
How to update the prefixed library
- Update the version constraint for the original library on the
composer.jsonfile; - Update the version number for this prefixed library in the
composer.jsonfile with the new version of the original library and the current iteration (4th digit); - Run the command
composer update. The scripts on thelibfolder will be auto prefixed and the filesinclude.phpandVersions.phpclass auto generated; - Run the tests
composer testto run tests and make sure the Version class is working properly; - Make a manual check in the prefixed library;
- Commit the changes;
- Create a new release on GitHub naming it with the original version number and incrementing the fourth digit with the current iteration;
统计信息
- 总下载量: 706
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-12