Skip to content

Commit 9eb9855

Browse files
Update symfony/stopwatch requirement from ~2.5 to ~2.5 || ~5.0 in /src/Common (#1175)
Update symfony/stopwatch requirement || ~5.0 in /src/Common Updates the requirements on [symfony/stopwatch](https://github.com/symfony/stopwatch) to permit the latest version. - [Release notes](https://github.com/symfony/stopwatch/releases) - [Changelog](https://github.com/symfony/stopwatch/blob/6.2/CHANGELOG.md) - [Commits](symfony/stopwatch@v2.5.0...v5.4.19) --- updated-dependencies: - dependency-name: symfony/stopwatch dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84b747f commit 9eb9855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"nyholm/nsa": "^1.1",
2424
"phpunit/phpunit": "^9.5",
25-
"symfony/stopwatch": "~2.5"
25+
"symfony/stopwatch": "~2.5 || ~5.0"
2626
},
2727
"suggest": {
2828
"symfony/stopwatch": "If you want to use the TimedGeocoder"

0 commit comments

Comments
 (0)