diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 46b97a1..66a6952 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -18,20 +18,22 @@
xphp, a PHP
- superset with monomorphized generics that compiles to vanilla PHP.
+ superset with monomorphized generics that compiles to vanilla PHP.
+
Editing intelligence (diagnostics, hover, go-to-definition, completion) is delivered
- by the bundled xphp Language Server over the IntelliJ Platform LSP API. The same
- server powers the VS Code extension at tools/lsp/vscode-extension/;
- single source of truth, no per-editor duplication.
+ by the bundled xphp Language Server over the IntelliJ Platform LSP API.
+
- Requires PhpStorm 2026.1 or later.
+ Requires:
+ - PHP 8.4+
+ - PhpStorm 2026.1 or later.
]]>
0.1.0
- - Initial scaffold. No editor functionality yet.
+ - MVP: basic functionality to support xphp v0.1.0
]]>