Skip to content

Commit 0b70838

Browse files
committed
Support Symfony 7
1 parent bf026e7 commit 0b70838

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
@@ -7,8 +7,8 @@
77
"php": "^8.1",
88
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
99
"laravel/prompts": "^0.1.3|^0.2.0|^0.3.0",
10-
"symfony/console": "^4.0|^5.0|^6.0",
11-
"symfony/process": "^4.2|^5.0|^6.0"
10+
"symfony/console": "^4.0|^5.0|^6.0|^7.0",
11+
"symfony/process": "^4.2|^5.0|^6.0|^7.0"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "^8.0"

0 commit comments

Comments
 (0)