Skip to content

Commit

Permalink
TASK: Reset dev-master requires to be dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunet committed Oct 18, 2019
1 parent ec40a6d commit 67a62e2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"bin-dir": "bin"
},
"require": {
"neos/neos": "~4.3.0",
"neos/site-kickstarter": "~4.3.0",
"neos/neos": "@dev",
"neos/site-kickstarter": "@dev",

"neos/demo": "@dev",
"neos/neos-ui": "@dev",
"neos/seo": "@dev",
"neos/fusion-afx": "@dev",
"neos/redirecthandler-neosadapter": "@dev",
"neos/redirecthandler-databasestorage": "@dev",

"neos/demo": "~5.0.1",
"neos/neos-ui": "~3.3",
"neos/seo": "~3.0",
"neos/fusion-afx": "~1.2",
"neos/redirecthandler-neosadapter": "~3.0",
"neos/redirecthandler-databasestorage": "~3.0",

"neos/setup": "@dev",
"neos/neos-setup": "@dev"
},
Expand Down

1 comment on commit 67a62e2

@simonschaufi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kitsunet Why is everything @dev now? I wouldn't expect this in a release.

Please sign in to comment.