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 791721f commit 01a0ac7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -5,10 +5,10 @@
"description": "The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages",
"require": {
"php": "^7.3 || ^8.0",
"neos/flow": "~7.3.0",
"neos/cache": "*",
"neos/utility-unicode": "*",
"neos/utility-objecthandling": "*"
"neos/flow": "self.version",
"neos/cache": "self.version",
"neos/utility-unicode": "self.version",
"neos/utility-objecthandling": "self.version"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 01a0ac7

Please sign in to comment.