Skip to content

Commit 8f41c3b

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 <[email protected]> * Update src/Http/composer.json Co-authored-by: Jonathan Beliën <[email protected]> --------- Co-authored-by: Christopher Georg <[email protected]> Co-authored-by: Jonathan Beliën <[email protected]>
1 parent 25f90a1 commit 8f41c3b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"phpstan/phpstan": "^1.10",
4242
"phpstan/phpstan-phpunit": "^1.3",
4343
"phpunit/phpunit": "^9.6.11",
44-
"symfony/http-client": "^5.4.45 || ^6.4 || ^7.0",
45-
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.0"
44+
"symfony/http-client": "^5.4.45 || ^6.4 || ^7.0 || ^8.0",
45+
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.0 || ^8.0"
4646
},
4747
"suggest": {
4848
"ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",

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.6.11",
25-
"symfony/stopwatch": "~2.5 || ~5.0 || ~7.0"
25+
"symfony/stopwatch": "~2.5 || ~5.0 || ~7.0 || ~8.0"
2626
},
2727
"suggest": {
2828
"symfony/stopwatch": "If you want to use the TimedGeocoder"

src/Http/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)