We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d1af1 commit d9027a9Copy full SHA for d9027a9
1 file changed
composer.json
@@ -17,16 +17,16 @@
17
"php-http/discovery": "^1.19",
18
"php-http/socket-client": "^2.3",
19
"psr/http-message": "^2.0",
20
- "symfony/filesystem": "^6.3 || ^7.0",
21
- "symfony/process": "^6.3 || ^7.0",
22
- "symfony/serializer": "^6.3 || ^7.0"
+ "symfony/filesystem": "^6.3 || ^7.0 || ^8.0",
+ "symfony/process": "^6.3 || ^7.0 || ^8.0",
+ "symfony/serializer": "^6.3 || ^7.0 || ^8.0"
23
},
24
"require-dev": {
25
"ergebnis/composer-normalize": "^2.42",
26
"friendsofphp/php-cs-fixer": "^3.8",
27
"php-parallel-lint/php-parallel-lint": "^1.2",
28
"phpstan/phpstan": "^1.10",
29
- "phpunit/phpunit": "^10.5.46",
+ "phpunit/phpunit": "^10.5.46 || ^11.0 || ^12.0",
30
"psy/psysh": "^0.12.8",
31
"roave/security-advisories": "dev-latest"
32
0 commit comments