File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A pretty nice way to expose your translated messages to your JavaScript.
77
88Install the bundle:
99
10-     php composer.phar require willdurand/expose -translation-bundle 
10+     php composer.phar require willdurand/js -translation-bundle 
1111
1212Register the bundle in ` app/AppKernel.php ` :
1313
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" 
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  },
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments