Skip to content

Commit

Permalink
Merge branch '8.3' into 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunet committed Nov 2, 2023
2 parents 6e9e6a2 + 092e102 commit 1b0a1ba
Show file tree
Hide file tree
Showing 27 changed files with 137 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Neos.ContentGraph.DoctrineDbalAdapter/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "neos/contentgraph-doctrinedbaladapter",
"type": "library",
"description": "The Doctrine DBAL database backend for the Neos content graph",
"support": {
"source": "https://github.com/neos/contentgraph-doctrinedbaladapter.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": "GPL-3.0+",
"require": {
"neos/contentrepository-core": "*",
Expand Down
7 changes: 6 additions & 1 deletion Neos.ContentGraph.PostgreSQLAdapter/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "neos/contentgraph-postgresqladapter",

"type": "library",
"description": "The PostgreSQL database backend for the Neos content graph",
"support": {
"source": "https://github.com/neos/contentgraph-postgresqladapter.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": "GPL-3.0+",
"require": {
"neos/contentrepository-core": "*",
Expand Down
4 changes: 4 additions & 0 deletions Neos.ContentRepository.BehavioralTests/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "neos/contentrepository-behavioraltests",
"type": "neos-package",
"description": "Behavioral Test Suite for the full ES CR (all layers and packages)",
"support": {
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
7 changes: 6 additions & 1 deletion Neos.ContentRepository.Core/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "neos/contentrepository-core",
"description": "Content repository, specifically made for Neos, but also usable standalone.",
"type": "library",
"description": "Content repository, specifically made for Neos, but also usable standalone.",
"support": {
"source": "https://github.com/neos/contentrepository-core.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
7 changes: 6 additions & 1 deletion Neos.ContentRepository.Export/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "neos/contentrepository-export",
"description": "Import/Export functionality for the Event Sourced Content Repository",
"type": "library",
"description": "Import/Export functionality for the Event Sourced Content Repository",
"support": {
"source": "https://github.com/neos/contentrepository-core.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"require": {
"php": ">=8.2",
"neos/contentrepository-core": "*",
Expand Down
5 changes: 5 additions & 0 deletions Neos.ContentRepository.LegacyNodeMigration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/contentrepository-legacynodemigration",
"type": "neos-package",
"description": "Migration from the Non-Event-Sourced to the Event-Sourced world",
"support": {
"source": "https://github.com/neos/contentrepository-legacynodemigration.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
5 changes: 5 additions & 0 deletions Neos.ContentRepository.NodeAccess/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/contentrepository-nodeaccess",
"type": "neos-package",
"description": "The node accessor concept for the Neos Content Repository",
"support": {
"source": "https://github.com/neos/contentrepository-nodeaccess.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
6 changes: 6 additions & 0 deletions Neos.ContentRepository.NodeMigration/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "neos/contentrepository-nodemigration",
"type": "library",
"description": "Node Migration",
"support": {
"source": "https://github.com/neos/contentrepository-nodemigration.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
6 changes: 6 additions & 0 deletions Neos.ContentRepository.StructureAdjustment/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "neos/contentrepository-structureadjustment",
"type": "library",
"description": "Structure Adjustment Service (node repair)",
"support": {
"source": "https://github.com/neos/contentrepository-structureadjustment.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
5 changes: 5 additions & 0 deletions Neos.ContentRepository.TestSuite/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/contentrepository-testsuite",
"type": "neos-package",
"description": "Testing support suite for the Neos Content Repository. Contains fixtures and helpers for all layers of tests",
"support": {
"source": "https://github.com/neos/contentrepository-testsuite.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
5 changes: 5 additions & 0 deletions Neos.ContentRepositoryRegistry/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/contentrepositoryregistry",
"type": "neos-package",
"description": "Global registry for Neos Content Repository instances",
"support": {
"source": "https://github.com/neos/contentrepositoryregistry.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
5 changes: 5 additions & 0 deletions Neos.Diff/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"type": "neos-package",
"license": "BSD-3-Clause",
"description": "This is a comprehensive library for generating differences between two strings or arrays",
"support": {
"source": "https://github.com/neos/diff.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"require": {
"php": "^8.2"
},
Expand Down
5 changes: 5 additions & 0 deletions Neos.Fusion.Afx/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "neos/fusion-afx",
"description": "JSX inspired compact syntax for Neos.Fusion",
"support": {
"source": "https://github.com/neos/fusion-afx.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"type": "neos-package",
"license": "GPL-3.0-or-later",
"replace": {
Expand Down
5 changes: 5 additions & 0 deletions Neos.Fusion/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/fusion",
"type": "neos-package",
"description": "Fusion is a hierarchical, prototype based processing language",
"support": {
"source": "https://github.com/neos/fusion.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
6 changes: 6 additions & 0 deletions Neos.Media.Browser/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/media-browser",
"type": "neos-package",
"description": "This module allows managing of media assets including pictures, videos, audio and documents.",
"support": {
"source": "https://github.com/neos/media-browser.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand All @@ -12,6 +17,7 @@
"neos/neos": "self.version",
"neos/flow": "*",
"neos/fluid-adaptor": "*",
"neos/twitter-bootstrap": "^3.0.6",
"neos/utility-files": "*",
"neos/utility-mediatypes": "*",
"neos/error-messages": "*",
Expand Down
5 changes: 5 additions & 0 deletions Neos.Media/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/media",
"type": "neos-package",
"description": "The Media package",
"support": {
"source": "https://github.com/neos/media.git",
"forum": "https://discuss.neos.io/",
"docs": "https://neos-media.readthedocs.io"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
5 changes: 5 additions & 0 deletions Neos.Neos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"GPL-3.0-or-later"
],
"description": "An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.",
"support": {
"source": "https://github.com/neos/neos.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"require": {
"php": "^8.2",
"neos/diff": "self.version",
Expand Down
5 changes: 5 additions & 0 deletions Neos.NodeTypes.AssetList/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/nodetypes-assetlist",
"type": "neos-package",
"description": "A simple asset list node type.",
"support": {
"source": "https://github.com/neos/nodetypes-assetlist.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
5 changes: 5 additions & 0 deletions Neos.NodeTypes.BaseMixins/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/nodetypes-basemixins",
"type": "neos-package",
"description": "Base mixins which are useful across projects.",
"support": {
"source": "https://github.com/neos/nodetypes-basemixins.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
5 changes: 5 additions & 0 deletions Neos.NodeTypes.ColumnLayouts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/nodetypes-columnlayouts",
"type": "neos-package",
"description": "Various simple column layouts node type.",
"support": {
"source": "https://github.com/neos/nodetypes-columnlayouts.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
5 changes: 5 additions & 0 deletions Neos.NodeTypes.ContentReferences/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/nodetypes-contentreferences",
"type": "neos-package",
"description": "A simple content reference node type.",
"support": {
"source": "https://github.com/neos/nodetypes-contentreferences.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
5 changes: 5 additions & 0 deletions Neos.NodeTypes.Form/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/nodetypes-form",
"type": "neos-package",
"description": "A simple form node type.",
"support": {
"source": "https://github.com/neos/nodetypes-form.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
5 changes: 5 additions & 0 deletions Neos.NodeTypes.Html/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/nodetypes-html",
"type": "neos-package",
"description": "A simple html node type.",
"support": {
"source": "https://github.com/neos/nodetypes-html.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
5 changes: 5 additions & 0 deletions Neos.NodeTypes.Navigation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/nodetypes-navigation",
"type": "neos-package",
"description": "A navigation node type.",
"support": {
"source": "https://github.com/neos/nodetypes-navigation.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
5 changes: 5 additions & 0 deletions Neos.NodeTypes/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/nodetypes",
"type": "neos-package",
"description": "Node type configuration for Neos",
"support": {
"source": "https://github.com/neos/neos-nodetypes.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": [
"GPL-3.0-or-later"
],
Expand Down
5 changes: 5 additions & 0 deletions Neos.SiteKickstarter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "neos/site-kickstarter",
"type": "neos-package",
"description": "A simple generator for Neos assets, like sites and plugins.",
"support": {
"source": "https://github.com/neos/neos-kickstarter.git",
"forum": "https://discuss.neos.io/",
"docs": "https://docs.neos.io/"
},
"license": ["GPL-3.0-or-later"],
"require": {
"php": "^8.2",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"neos/utility-unicode": "*",
"doctrine/orm": "^2.6",
"ext-dom": "*",
"neos/twitter-bootstrap": "*",
"neos/utility-files": "*",
"neos/utility-mediatypes": "*",
"doctrine/common": "^2.7 || ^3.0",
"neos/imagine": "^3.1.0",
"imagine/imagine": "*",
"neos/party": "*",
"neos/twitter-bootstrap": "*",
"neos/fusion-form": "^1.0 || ^2.0",
"neos/form": "*",
"neos/kickstarter": "~9.0.0"
Expand Down

0 comments on commit 1b0a1ba

Please sign in to comment.