Dragos Ardeleanu

Results 2 issues of Dragos Ardeleanu

Using PhpStorm EAP Build #PS-138.1901, I got this Exception immediately after installing the plugin. Assertion failed: The should return focus on closing the message java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:144) at com.intellij.ui.messages.SheetMessage.(SheetMessage.java:129) at...

this ``` "require": { "php": ">=5.3.3", "zendframework/zendframework": "2.0.0beta4", "facebook/php-sdk": "v3.2.1" }, ``` should be updated to ``` "require": { "php": ">=5.3.3", "zendframework/zendframework": "dev-master", "facebook/php-sdk": "v3.2.1" }, ``` otherwise, anyone using...