diff --git a/Neos.Workspace.Ui/Readme.rst b/Neos.Workspace.Ui/Readme.rst
new file mode 100644
index 00000000000..65935b43e5b
--- /dev/null
+++ b/Neos.Workspace.Ui/Readme.rst
@@ -0,0 +1,15 @@
+----------------------------------------
+The Neos CMS workspace management module
+----------------------------------------
+
+.. note:: This repository is a **read-only subsplit** of a package that is part of the
+ Neos project (learn more on `www.neos.io `_).
+
+If you want to use Neos, please have a look at the `Neos documentation `_
+
+Contribute
+----------
+
+If you want to contribute to Neos, please have a look at
+https://github.com/neos/neos-development-collection - it is the repository
+used for development and all pull requests should go into it.
diff --git a/Neos.Workspace.Ui/composer.json b/Neos.Workspace.Ui/composer.json
index 8e29385938a..8c71f32a85d 100644
--- a/Neos.Workspace.Ui/composer.json
+++ b/Neos.Workspace.Ui/composer.json
@@ -1,12 +1,16 @@
{
"name": "neos/workspace-ui",
"type": "neos-package",
- "license": [
- "GPL-3.0-or-later"
- ],
- "description": "",
+ "description": "Manage workspaces in Neos CMS",
+ "support": {
+ "source": "https://github.com/neos/timeable-node-visibility.git",
+ "forum": "https://discuss.neos.io/",
+ "docs": "https://docs.neos.io/"
+ },
+ "license": ["GPL-3.0-or-later"],
"require": {
"php": "^8.2",
+ "neos/neos": "self.version",
"neos/diff": "self.version"
},
"autoload": {