blackforest/namespace-compat
最新稳定版本:1.1
Composer 安装命令:
composer require blackforest/namespace-compat
包简介
Composer Namespace Compat
README 文档
README
This composer plugin provides namespace compat. After run of the composer this plugin compiled a new file. The new file provides the old to the new namespace.
Usage
-
Define a requirement for this package in your own composer.json.
{ "require": { "blackforest/namespace-compat": "~1.0" } } -
Add this to your own package in the composer.json.
{ "extra": { "namespace-compat": { "OldNamespace": "NewNamespace" } } } -
Run Composer Update:
php composer.phar update
Testing
You can test this plugin with blackforest/namespace-compat-tests.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2015-04-06