Skip to content

Commit aeec69e

Browse files
authored
Merge pull request #148 from oliverklee/task/symfony-deps
[TASK] Allow Symfony 8.0
2 parents 28f9fee + 637ba2d commit aeec69e

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
@@ -33,8 +33,8 @@
3333
"php": "^8.1",
3434
"ext-json": "*",
3535
"friendsofphp/php-cs-fixer": "^3.88.2",
36-
"symfony/console": "^6.4 || ^7.0",
37-
"symfony/filesystem": "^6.4 || ^7.0"
36+
"symfony/console": "^6.4 || ^7.4 || ^8.0",
37+
"symfony/filesystem": "^6.4 || ^7.4 || ^8.0"
3838
},
3939
"require-dev": {
4040
"composer/package-versions-deprecated": "^1.11.99.5",
@@ -49,8 +49,8 @@
4949
"phpstan/phpstan-strict-rules": "^2.0",
5050
"phpstan/phpstan-symfony": "^2.0",
5151
"phpunit/phpunit": "^10.1.3",
52-
"symfony/finder": "^6.4 || ^7.0",
53-
"symfony/process": "^6.4 || ^7.0"
52+
"symfony/finder": "^6.4 || ^7.4 || ^8.0",
53+
"symfony/process": "^6.4 || ^7.4 || ^8.0"
5454
},
5555
"autoload": {
5656
"psr-4": {

0 commit comments

Comments
 (0)