Skip to content

Commit a0f3290

Browse files
authored
Merge pull request #134 from phpbb/iMattPro-patch-1
Revert Symfony and PHP Parser version constraints
2 parents 639f7c5 + 16d0f88 commit a0f3290

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"require": {
1313
"php": ">=7.2",
1414
"ext-json": "*",
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",
19-
"nikic/php-parser": "^4.0 || ^5.0",
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",
19+
"nikic/php-parser": "^4.0",
2020
"gitonomy/gitlib": "^1.3.0",
2121
"sensiolabs/ansi-to-html": "~1.1",
2222
"composer/composer": "^1.5 || ^2.0"

0 commit comments

Comments
 (0)