Skip to content

Commit e79c311

Browse files
committed
chore: symfony 8 dependencies
1 parent cb7c195 commit e79c311

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"psr/http-server-handler": "^1",
2222
"psr/http-server-middleware": "^1",
2323
"psr/simple-cache": "^1.0.1 || ^2 || ^3",
24-
"symfony/cache": "^4.3 || ^5 || ^6 || ^7",
25-
"symfony/expression-language": "^4 || ^5 || ^6 || ^7",
24+
"symfony/cache": "^4.3 || ^5 || ^6 || ^7 || ^8",
25+
"symfony/expression-language": "^4 || ^5 || ^6 || ^7 || ^8",
2626
"webonyx/graphql-php": "^v15.0",
2727
"kcs/class-finder": "^0.6.0"
2828
},
@@ -35,7 +35,7 @@
3535
"php-coveralls/php-coveralls": "^2.7",
3636
"phpstan/extension-installer": "^1.4",
3737
"phpstan/phpstan": "^2.0",
38-
"phpunit/phpunit": "^10.5 || ^11.0",
38+
"phpunit/phpunit": "^10.5 || ^11.0 || ^12.0",
3939
"symfony/var-dumper": "^6.4"
4040
},
4141
"suggest": {

0 commit comments

Comments
 (0)