Skip to content

Commit 4dff5ea

Browse files
authored
Update composer.json
1 parent 89ed5c5 commit 4dff5ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"php": "^7.1.3 || ^8.0",
1414
"doctrine/dbal": "^2.6",
1515
"fakerphp/faker": "^1.15",
16-
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
17-
"symfony/dependency-injection": "^4.2|^5.0"
16+
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0",
17+
"symfony/dependency-injection": "^4.2|^5.0|^6.0"
1818
},
1919
"require-dev": {
2020
"matthiasnoback/symfony-dependency-injection-test": "^3.1",
2121
"phpunit/phpunit": "^7.4",
22-
"symfony/config": "^4.2|^5.0",
23-
"symfony/yaml": "^4.2|^5.0"
22+
"symfony/config": "^4.2|^5.0|^6.0",
23+
"symfony/yaml": "^4.2|^5.0|^6.0"
2424
},
2525
"suggest": {
2626
"symfony/config": "To configure anonymizer.",

0 commit comments

Comments
 (0)