Skip to content

Commit b9f5722

Browse files
tigitzPhilippe S
andauthored
feat(deps): support Symfony 8 (#68)
Add `| ^8` to symfony/process (require) and symfony/filesystem, symfony/finder, symfony/http-client (require-dev). Symfony 8.0 requires PHP 8.4+, so users on PHP 8.2/8.3 will continue to resolve Symfony 7.x or 6.4 via Composer's platform check. The library's lower bound stays at PHP 8.2. Tested with PHP 8.5.6 + Symfony 8.0.x (prefer-stable) and PHP 8.2.31 with Symfony 6.4/5.x (prefer-lowest): 94/94 tests pass, zero PHPStan errors, examples run cleanly. Co-authored-by: Philippe S <philippe.segatori@wishgroupe.com>
1 parent 14a629d commit b9f5722

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"php": "^8.2",
2626
"nyholm/psr7": "^1.3",
2727
"psr/http-client": "^1.0",
28-
"symfony/process": "^6.4 | ^7",
28+
"symfony/process": "^6.4 | ^7 | ^8",
2929
"webmozart/assert": "^1.11"
3030
},
3131
"require-dev": {
@@ -39,9 +39,9 @@
3939
"phpstan/phpstan-phpunit": "^2",
4040
"phpunit/phpunit": "^11.0",
4141
"pixelrobin/php-feather": "^2",
42-
"symfony/filesystem": "^5 |^6 | ^7",
43-
"symfony/finder": "^5 |^6 | ^7",
44-
"symfony/http-client": "^5 |^6 | ^7"
42+
"symfony/filesystem": "^5 |^6 | ^7 | ^8",
43+
"symfony/finder": "^5 |^6 | ^7 | ^8",
44+
"symfony/http-client": "^5 |^6 | ^7 | ^8"
4545
},
4646
"suggest": {
4747
"symfony/http-client": "A PSR-18 Client implementation to use spellcheckers that relies on HTTP APIs"

0 commit comments

Comments
 (0)