var fDesc=new Array(); fDesc[0] = "PhpStorm 6 features new refactorings to keep your code in the best shape possible, including Change signature, Pull Up/Push Down class members, and Move class to another namespace.

The Composer dependency manager for PHP is now supported with following functionality:
Create a new project with Composer;
Init composer within existing project;
Manage dependencies and add packages with a user-friendly UI;
Work with Composer via the command line tool including command autocompletion within the IDE."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }