Skip to content

Commit ff0f586

Browse files
authored
Merge pull request #24 from hrant1020/patch-1
Support also symfony/console 7.0 version
2 parents 5cddb63 + ec33189 commit ff0f586

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
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/farzai/geonames-php",
77
"require": {
88
"php": "^8.1",
9-
"symfony/console": "^6.0",
9+
"symfony/console": "^6.0 || ^7.0",
1010
"guzzlehttp/guzzle": "^7.0"
1111
},
1212
"require-dev": {

0 commit comments

Comments
 (0)