Skip to content

Commit ccb2a74

Browse files
Don't restrict symfony/symfony packages
Will allow "unpack" to replace the wildcard by what's in extra.symfony.require also. See symfony/flex#443 This should be the best practice.
1 parent 33ade8a commit ccb2a74

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
@@ -11,10 +11,10 @@
1111
"doctrine/doctrine-bundle": "^1.6",
1212
"nelmio/cors-bundle": "^1.5",
1313
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0",
14-
"symfony/asset": "^3.0 || ^4.0",
15-
"symfony/expression-language": "^3.0 || ^4.0",
16-
"symfony/security-bundle": "^3.0 || ^4.0",
17-
"symfony/twig-bundle": "^3.0 || ^4.0",
18-
"symfony/validator": "^3.0 || ^4.0"
14+
"symfony/asset": "*",
15+
"symfony/expression-language": "*",
16+
"symfony/security-bundle": "*",
17+
"symfony/twig-bundle": "*",
18+
"symfony/validator": "*"
1919
}
2020
}

0 commit comments

Comments
 (0)