Skip to content

Commit 328acbb

Browse files
authored
Merge pull request #132 from phpbb/iMattPro-patch-1
Update Symfony package versions to include 7.0
2 parents 7681929 + 5b2ce43 commit 328acbb

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
@@ -12,10 +12,10 @@
1212
"require": {
1313
"php": ">=7.2",
1414
"ext-json": "*",
15-
"symfony/yaml": "^3.0 || ^4.0 || ^5.0 || ^6.0",
16-
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
17-
"symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0",
18-
"symfony/process": "^3.0 || ^4.0 || ^5.0 || ^6.0",
15+
"symfony/yaml": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
16+
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
17+
"symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
18+
"symfony/process": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
1919
"nikic/php-parser": "^4.0",
2020
"gitonomy/gitlib": "^1.3.0",
2121
"sensiolabs/ansi-to-html": "~1.1",

0 commit comments

Comments
 (0)