devsense-php-ls-linux-arm64 1.0.17337 → 1.0.17363

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # DEVSENSE PHP Language Server
2
2
 
3
3
  This package provides platform specific language server for PHP.
4
+
5
+ Please follow the link below for details:
6
+
7
+ - Main NPM package [devsense-php-ls](https://www.npmjs.com/package/devsense-php-ls).
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devsense-php-ls-linux-arm64",
3
- "version": "1.0.17337",
3
+ "version": "1.0.17363",
4
4
  "description": "Devsense PHP Language Server (Platform Specific)",
5
5
  "os": [
6
6
  "linux"
@@ -13,14 +13,5 @@
13
13
  },
14
14
  "author": "DEVSENSE",
15
15
  "license": "ISC",
16
- "keywords": [
17
- "cli",
18
- "php",
19
- "code analysis",
20
- "code fix",
21
- "code check",
22
- "linter",
23
- "language server"
24
- ],
25
16
  "optionalDependencies": {}
26
17
  }