Skip to content

Commit 65f9a82

Browse files
committed
Rename package name
1 parent 5d466d5 commit 65f9a82

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Resources/doc/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A pretty nice way to expose your translated messages to your JavaScript.
77

88
Install the bundle:
99

10-
php composer.phar require willdurand/expose-translation-bundle
10+
php composer.phar require willdurand/js-translation-bundle
1111

1212
Register the bundle in `app/AppKernel.php`:
1313

Tests/Fixtures/app/AppKernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ public function getRootDir()
5353

5454
public function getCacheDir()
5555
{
56-
return sys_get_temp_dir().'/'.Kernel::VERSION.'/bazinga-expose-translation/cache/'.$this->environment;
56+
return sys_get_temp_dir().'/'.Kernel::VERSION.'/bazinga-js-translation/cache/'.$this->environment;
5757
}
5858

5959
public function getLogDir()
6060
{
61-
return sys_get_temp_dir().'/'.Kernel::VERSION.'/bazinga-expose-translation/logs';
61+
return sys_get_temp_dir().'/'.Kernel::VERSION.'/bazinga-js-translation/logs';
6262
}
6363

6464
public function registerContainerConfiguration(LoaderInterface $loader)

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "willdurand/expose-translation-bundle",
2+
"name": "willdurand/js-translation-bundle",
33
"description": "A pretty nice way to expose your translation messages to your JavaScript.",
44
"keywords": ["translation", "javascript"],
55
"type": "symfony-bundle",
@@ -19,6 +19,9 @@
1919
"symfony/yaml": "~2.0",
2020
"symfony/browser-kit": "~2.0"
2121
},
22+
"replace":{
23+
"willdurand/expose-translation-bundle":"1.0.*"
24+
},
2225
"autoload": {
2326
"psr-0": { "Bazinga\\ExposeTranslationBundle": "" }
2427
},

0 commit comments

Comments
 (0)