Skip to content

Commit

Permalink
TASK: Require all collection packages as self.version
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed May 3, 2023
1 parent 24bd19a commit 7ca0306
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -6,8 +6,8 @@
"GPL-3.0-or-later"
],
"require": {
"neos/neos": "*",
"neos/nodetypes-basemixins": "*"
"neos/neos": "self.version",
"neos/nodetypes-basemixins": "self.version"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -99,4 +99,4 @@
"Neos.Flow-20190515215000"
]
}
}
}

0 comments on commit 7ca0306

Please sign in to comment.