Skip to content

Commit c97802f

Browse files
committed
Remove version constraint for flow
The Version constraint for 3.0.4 breaks the introduced compatibility for flow < 3.0, 2.3.11 for example uses the same method signature in "echoExceptionWeb".
1 parent 57c5a51 commit c97802f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"license": "MIT",
55
"description": "A sentry client for Flow and Neos",
66
"require": {
7-
"typo3/flow": ">= 3.0.4",
7+
"typo3/flow": "*",
88
"raven/raven": "0.11.*"
99
},
1010
"autoload": {
1111
"psr-0": {
1212
"Networkteam\\SentryClient": "Classes"
1313
}
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)