Skip to content

Commit cf6462f

Browse files
authored
Add Symfony 8 support (#34)
1 parent d2d7489 commit cf6462f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
"require": {
2929
"php": ">=8.1",
3030
"psr/log": "^2|^3",
31-
"symfony/filesystem": "^6.4|^7.0",
31+
"symfony/filesystem": "^6.4|^7.0|^8.0",
3232
"symfony/http-client-contracts": "^3.5",
33-
"symfony/process": "^6.4|^7.0"
33+
"symfony/process": "^6.4|^7.0|^8.0"
3434
},
3535
"require-dev": {
3636
"phpstan/phpstan": "^1.12",
3737
"phpunit/phpunit": "^10.5",
38-
"symfony/asset-mapper": "^6.4|^7.0",
39-
"symfony/console": "^6.4|^7.0",
40-
"symfony/framework-bundle": "^6.4|^7.0",
41-
"symfony/http-client": "^6.4|^7.0",
42-
"symfony/http-kernel": "^6.4|^7.0"
38+
"symfony/asset-mapper": "^6.4|^7.0|^8.0",
39+
"symfony/console": "^6.4|^7.0|^8.0",
40+
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
41+
"symfony/http-client": "^6.4|^7.0|^8.0",
42+
"symfony/http-kernel": "^6.4|^7.0|^8.0"
4343
},
4444
"autoload": {
4545
"psr-4": {

0 commit comments

Comments
 (0)