Skip to content

Commit

Permalink
new package name
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jan 7, 2014
1 parent a1c9c26 commit 72418b7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ JsTranslationBundle
[![Build
Status](https://secure.travis-ci.org/willdurand/BazingaJsTranslationBundle.png?branch=master)](https://travis-ci.org/willdurand/BazingaJsTranslationBundle)
[![Total
Downloads](https://poser.pugx.org/willdurand/expose-translation-bundle/downloads.png)](https://packagist.org/packages/willdurand/expose-translation-bundle)
Downloads](https://poser.pugx.org/willdurand/js-translation-bundle/downloads.png)](https://packagist.org/packages/willdurand/js-translation-bundle)
[![Latest Stable
Version](https://poser.pugx.org/willdurand/expose-translation-bundle/v/stable.png)](https://packagist.org/packages/willdurand/expose-translation-bundle)
Version](https://poser.pugx.org/willdurand/js-translation-bundle/v/stable.png)](https://packagist.org/packages/willdurand/js-translation-bundle)

A pretty nice way to expose your Symfony2 translation messages to your client
applications.
Expand Down
4 changes: 2 additions & 2 deletions Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Installation

Install the bundle:

composer require "willdurand/expose-translation-bundle:@stable"
composer require "willdurand/js-translation-bundle:@stable"

**Protip:** you should browse the
[`willdurand/expose-translation-bundle`](https://packagist.org/packages/willdurand/expose-translation-bundle)
[`willdurand/js-translation-bundle`](https://packagist.org/packages/willdurand/js-translation-bundle)
page to choose a stable version to use, avoid the `@stable` meta constraint.

Register the bundle in `app/AppKernel.php`:
Expand Down
3 changes: 3 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
From 1.x to 2.0
===============

* The package name has been rename from `willdurand/expose-translation-bundle`
to `willdurand/js-translation-bundle`.

* This bundle now requires Symfony `2.3` and above.

* The bundle has been renamed from `BazingaExposeTranslationBundle` to
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "willdurand/expose-translation-bundle",
"name": "willdurand/js-translation-bundle",
"description": "A pretty nice way to expose your translation messages to your JavaScript.",
"keywords": [ "translation", "javascript", "symfony" ],
"type": "symfony-bundle",
Expand All @@ -20,6 +20,9 @@
"symfony/browser-kit": "~2.3",
"symfony/twig-bundle": "~2.3"
},
"replace": {
"willdurand/expose-translation-bundle": "2.0.*"
},
"autoload": {
"psr-0": { "Bazinga\\Bundle\\JsTranslationBundle": "" }
},
Expand Down

0 comments on commit 72418b7

Please sign in to comment.