Skip to content

Commit d9027a9

Browse files
committed
ci: updated symfony dependencies
1 parent c2d1af1 commit d9027a9

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
@@ -17,16 +17,16 @@
1717
"php-http/discovery": "^1.19",
1818
"php-http/socket-client": "^2.3",
1919
"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"
20+
"symfony/filesystem": "^6.3 || ^7.0 || ^8.0",
21+
"symfony/process": "^6.3 || ^7.0 || ^8.0",
22+
"symfony/serializer": "^6.3 || ^7.0 || ^8.0"
2323
},
2424
"require-dev": {
2525
"ergebnis/composer-normalize": "^2.42",
2626
"friendsofphp/php-cs-fixer": "^3.8",
2727
"php-parallel-lint/php-parallel-lint": "^1.2",
2828
"phpstan/phpstan": "^1.10",
29-
"phpunit/phpunit": "^10.5.46",
29+
"phpunit/phpunit": "^10.5.46 || ^11.0 || ^12.0",
3030
"psy/psysh": "^0.12.8",
3131
"roave/security-advisories": "dev-latest"
3232
},

0 commit comments

Comments
 (0)