Skip to content

Commit

Permalink
TASK: Add readme and adjust composer.json for workspace ui package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Jun 3, 2024
1 parent f667110 commit 2c1b78e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
15 changes: 15 additions & 0 deletions Neos.Workspace.Ui/Readme.rst
Original file line number Diff line number Diff line change
@@ -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 <https://www.neos.io/>`_).

If you want to use Neos, please have a look at the `Neos documentation <https://docs.neos.io>`_

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.
12 changes: 8 additions & 4 deletions Neos.Workspace.Ui/composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2c1b78e

Please sign in to comment.