diff options
-rw-r--r-- | composer.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 106cdda0..8a301938 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,13 @@ "description": "Component Framework for PHP 5.", "homepage": "http://www.pradosoft.com/", "license": "BSD", - "autoload": { - "classmap": ["framework"] - }, "include-path": ["framework"], "require": { "php": ">=5.2.4" + }, + "extra": { + "branch-alias": { + "dev-master": "1.7-dev" + } } } |