We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baac44e + 84f0cff commit 2cc7e77Copy full SHA for 2cc7e77
src/com/magento/idea/magento2plugin/util/RegExUtil.java
@@ -26,7 +26,7 @@ public class RegExUtil {
26
= "^(?!\\/)[a-zA-Z0-9\\/]*[^\\/]$";
27
28
public static final String MAGENTO_VERSION
29
- = "(\\d+)\\.(\\d+)\\.(\\d+)";
+ = "(\\d+)\\.(\\d+)\\.(\\d+)[a-zA-Z0-9_\\-]*";
30
31
public static class Magento {
32
public static final String MODULE_NAME
0 commit comments