Skip to content

Commit

Permalink
BUGFIX: Remove unnecessary basemixins dependency for ContentReference…
Browse files Browse the repository at this point in the history
…s package

The package has no direct dependency to the basemixins and should be usable without the other basemixins.
  • Loading branch information
Sebobo authored Oct 26, 2023
1 parent 2f86ef4 commit 32d06f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Neos.NodeTypes.ContentReferences/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"GPL-3.0-or-later"
],
"require": {
"neos/neos": "self.version",
"neos/nodetypes-basemixins": "self.version"
"neos/neos": "self.version"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 32d06f1

Please sign in to comment.