Skip to content

Commit 5684590

Browse files
Chris53897Chris8934jbelien
authored
feat: allow symfony 8 (dev-requirement) (#1264)
* feat: allow symfony 8 (dev-requirement) * Update src/Common/composer.json Co-authored-by: Jonathan Beliën <jbelien@users.noreply.github.com> * Update src/Http/composer.json Co-authored-by: Jonathan Beliën <jbelien@users.noreply.github.com> --------- Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de> Co-authored-by: Jonathan Beliën <jbelien@users.noreply.github.com>
1 parent 3d8c037 commit 5684590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"php-http/message": "^1.0",
2626
"php-http/mock-client": "^1.0",
2727
"phpunit/phpunit": "^9.6.11",
28-
"symfony/stopwatch": "~2.5 || ~5.0"
28+
"symfony/stopwatch": "~2.5 || ~5.0 || ~6.0 || ~7.0 || ~8.0"
2929
},
3030
"extra": {
3131
"branch-alias": {

0 commit comments

Comments
 (0)