Skip to content

Conversation

@dfeyer
Copy link
Contributor

@dfeyer dfeyer commented Oct 9, 2018

No description provided.

composer.json Outdated
"description": "A sentry client for Flow and Neos",
"require": {
"typo3/flow": ">=2.3.9 <=2.3.12 || >=3.0.3",
"typo3/flow": "~2.3.9 || ~3.0.3",
Copy link
Contributor

Choose a reason for hiding this comment

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

~3.0.3 will translate to >=3.0.3 <3.1.0 which would not work for Flow versions 3.2 and 3.3. I'd suggest to change this to ^3.0.3 which would mean >=3.0.3 < 4.0.0 which should fit the package compatibility.

@hlubek hlubek merged commit 071dc46 into networkteam:3.x Oct 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants