Skip to content

Commit 100c458

Browse files
authored
Merge pull request #108 from ipinfo/allow-symfony/http-foundation
Allow latest symfony/http-foundation
2 parents 4a20e52 + d1f3563 commit 100c458

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"php": ">=8.0",
2020
"ext-json": "*",
2121
"guzzlehttp/guzzle": "^6.3||^7.0",
22-
"symfony/cache": "^6.0 || ^6.3 || ^7.0",
23-
"symfony/http-foundation": "^6.0 || ^6.2 || ^7.0"
22+
"symfony/cache": "^6.0 || ^6.3 || ^7.0 || ^8.0",
23+
"symfony/http-foundation": "^6.0 || ^6.2 || ^7.0 || ^8.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",

0 commit comments

Comments
 (0)