diff --git a/README.md b/README.md index 14fd8a1..a50a548 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ composer require jolicode/jolitypo dev-master *Usage outside composer is also possible, just add the `src/` directory to any PSR-0 compatible autoloader.* +We also provide a [Symfony2 Bundle with a Twig extension](https://github.com/jolicode/JoliTypoBundle). + Available Fixers ================ @@ -223,7 +225,6 @@ What can you do to help? ======================== We need to be able to use this tool everywhere, you can help by providing: -- Symfony2 Bundle - Wordpress plugin - Dotclear plugin ... diff --git a/composer.json b/composer.json index ed5cbba..6c22d2d 100644 --- a/composer.json +++ b/composer.json @@ -21,5 +21,10 @@ "psr-0": { "JoliTypo": "src/" } + }, + "extra": { + "branch-alias": { + "dev-master": "0.1.x-dev" + } } }