From 3c8fe0c9a23d91808cb0b6daf81d054f4a1cf91a Mon Sep 17 00:00:00 2001 From: Damien Alexandre Date: Thu, 22 Aug 2013 10:10:26 +0200 Subject: [PATCH] Add branch alias and reference the new SF2 Bundle --- README.md | 3 ++- composer.json | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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" + } } }