Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"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.

"sentry/sentry": "^1.2"
},
"autoload": {
Expand Down