diff --git a/doc/user/project/repository/code_suggestions/repository_xray.md b/doc/user/project/repository/code_suggestions/repository_xray.md
index f00aacc0be053a2cf549015d78cbf9f2c77800a8..b0a2f5001a6442b99336547a303871c1dc4b8890 100644
--- a/doc/user/project/repository/code_suggestions/repository_xray.md
+++ b/doc/user/project/repository/code_suggestions/repository_xray.md
@@ -28,6 +28,14 @@ By understanding the frameworks, libraries and other dependencies in use, Reposi
 | Python     | Poetry          | `pyproject.toml`     |
 | Python     | Pip             | `requirements.txt`   |
 | Python     | Conda           | `environment.yml`    |
+| PHP        | Composer        | `composer.json`      |
+| Java       | Maven           | `pom.xml`            |
+| Java       | Gradle          | `build.gradle`       |
+| Kotlin     | Gradle          | `build.gradle.kts`   |
+| C#         | NuGet           | `*.csproj`           |
+| C/C++      | Conan           | `conanfile.txt`      |
+| C/C++      | Conan           | `conanfile.py`       |
+| C/C++      | vcpkg           | `vcpkg.json`         |
 
 ## Enable Repository X-Ray