Skip to content

Commit

Permalink
Update: Remove dev-master from require
Browse files Browse the repository at this point in the history
You should handle this better in your root composer
  • Loading branch information
jonnitto authored Jun 6, 2024
1 parent 98b7768 commit 6a2c0d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "GPL-3.0-or-later",
"keywords": ["flow", "neos", "fusion", "helper", "carbon"],
"require": {
"neos/neos": "^8.0 || dev-master",
"carbon/eel": "^2.0 || dev-master"
"neos/neos": "^8.0",
"carbon/eel": "^2.0"
},
"authors": [
{
Expand Down

0 comments on commit 6a2c0d3

Please sign in to comment.