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 9ea36e9 + d8318ba commit 84f0cffCopy full SHA for 84f0cff
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