Skip to content

Commit 31c841c

Browse files
authored
fix: do not require unreleased packages (#433)
* fix: do not require unreleased packages * fix: do not require unreleased packages
1 parent 70bb0f6 commit 31c841c

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
@@ -14,9 +14,9 @@
1414
"symfony/framework-bundle": "^4.4.20 || ^5.2.5",
1515
"symfony/validator": "^4.4.20 || ^5.2.5",
1616
"symfony/translation": "^4.4.20 || ^5.2.5",
17-
"symfony/twig-bundle": "^4.4.20 || ^5.2.5",
18-
"symfony/finder": "^4.4.20 || ^5.2.5",
19-
"symfony/intl": "^4.4.20 || ^5.2.5",
17+
"symfony/twig-bundle": "^4.4.20 || ^5.2.4",
18+
"symfony/finder": "^4.4.20 || ^5.2.4",
19+
"symfony/intl": "^4.4.20 || ^5.2.4",
2020

2121
"php-translation/symfony-storage": "^2.1",
2222
"php-translation/extractor": "^2.0",
@@ -32,9 +32,9 @@
3232
"php-http/message-factory": "^1.0.2",
3333
"symfony/console": "^4.4.20 || ^5.2.5",
3434
"symfony/twig-bridge": "^4.4.20 || ^5.2.5",
35-
"symfony/asset": "^4.4.20 || ^5.2.5",
35+
"symfony/asset": "^4.4.20 || ^5.2.4",
3636
"symfony/dependency-injection": "^4.4.20 || ^5.2.5",
37-
"symfony/web-profiler-bundle": "^4.4.20 || ^5.2.5",
37+
"symfony/web-profiler-bundle": "^4.4.20 || ^5.2.4",
3838
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
3939
"matthiasnoback/symfony-config-test": "^4.1",
4040
"nyholm/psr7": "^1.1",

0 commit comments

Comments
 (0)