blackforest / namespace-compat
Composer Namespace Compat
Package info
github.com/black-forest-archive/namespace-compat
Type:composer-plugin
pkg:composer/blackforest/namespace-compat
1.1
2015-04-07 09:44 UTC
Requires
- php: >=5.3
- composer-plugin-api: 1.0.0
Requires (Dev)
- blackforest/namespace-compat-tests: *
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2026-03-01 01:30:07 UTC
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.