Commit 049e764d authored by John Watson's avatar John Watson

Replace MagentoIntel with PHPIntel

parent 2105c7e7
...@@ -53,16 +53,6 @@ ...@@ -53,16 +53,6 @@
} }
] ]
}, },
{
"name": "MagentoIntel",
"details": "https://github.com/jotson/SublimeMagentoIntel",
"releases": [
{
"sublime_text": "<3000",
"branch": "master"
}
]
},
{ {
"name": "MagerunCommander", "name": "MagerunCommander",
"details": "https://github.com/nhduy1985/sublime_mageruncommander", "details": "https://github.com/nhduy1985/sublime_mageruncommander",
......
...@@ -743,6 +743,22 @@ ...@@ -743,6 +743,22 @@
} }
] ]
}, },
{
"name": "PHPIntel",
"details": "https://github.com/jotson/SublimePHPIntel",
"labels": ["php", "auto-complete", "autocomplete", "intellisense", "completion"],
"previous_names": ["MagentoIntel"],
"releases": [
{
"sublime_text": "<3000",
"tags": "st2-"
},
{
"sublime_text": ">=3000",
"tags": "st3-"
}
]
},
{ {
"name": "PhpNamespace", "name": "PhpNamespace",
"details": "https://github.com/gl3n/sublime-php-namespace", "details": "https://github.com/gl3n/sublime-php-namespace",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment