Skip to content

Commit

Permalink
Add branch alias and reference the new SF2 Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
damienalexandre committed Aug 22, 2013
1 parent 87edaf5 commit 3c8fe0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
================

Expand Down Expand Up @@ -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
...
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@
"psr-0": {
"JoliTypo": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}

0 comments on commit 3c8fe0c

Please sign in to comment.