Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.6.11",
"symfony/http-client": "^5.4.45 || ^6.4 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.0"
"symfony/http-client": "^5.4.45 || ^6.4 || ^7.0 || ^8.0",
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.0 || ^8.0"
},
"suggest": {
"ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
Expand Down
2 changes: 1 addition & 1 deletion src/Common/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require-dev": {
"nyholm/nsa": "^1.1",
"phpunit/phpunit": "^9.6.11",
"symfony/stopwatch": "~2.5 || ~5.0 || ~7.0"
"symfony/stopwatch": "~2.5 || ~5.0 || ~7.0 || ^8.0"
Comment thread
Chris53897 marked this conversation as resolved.
Outdated
},
"suggest": {
"symfony/stopwatch": "If you want to use the TimedGeocoder"
Expand Down
2 changes: 1 addition & 1 deletion src/Http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"php-http/message": "^1.0",
"php-http/mock-client": "^1.0",
"phpunit/phpunit": "^9.6.11",
"symfony/stopwatch": "~2.5 || ~5.0"
"symfony/stopwatch": "~2.5 || ~5.0 || ^6.0 || ^7.0 || ^8.0"
Comment thread
Chris53897 marked this conversation as resolved.
Outdated
},
"extra": {
"branch-alias": {
Expand Down