Skip to content

Commit e091fc3

Browse files
Merge branch '4.4'
* 4.4: Allow Symfony 5.0
2 parents b1b404f + 1017ec4 commit e091fc3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
"require-dev": {
2323
"doctrine/dbal": "^2.5",
2424
"psr/cache": "~1.0",
25-
"symfony/console": "~3.4|~4.0",
26-
"symfony/debug": "~4.1",
27-
"symfony/dependency-injection": "~3.4.19|^4.1.8",
28-
"symfony/doctrine-bridge": "~3.4|~4.0",
29-
"symfony/event-dispatcher": "~4.3",
30-
"symfony/http-kernel": "~3.4|~4.0",
31-
"symfony/process": "~3.4|~4.0",
32-
"symfony/property-access": "~3.4|~4.0",
33-
"symfony/serializer": "~3.4|~4.0",
25+
"symfony/console": "^3.4|^4.0|^5.0",
26+
"symfony/debug": "^4.1|^5.0",
27+
"symfony/dependency-injection": "^3.4.19|^4.1.8|^5.0",
28+
"symfony/doctrine-bridge": "^3.4|^4.0|^5.0",
29+
"symfony/event-dispatcher": "^4.3|^5.0",
30+
"symfony/http-kernel": "^3.4|^4.0|^5.0",
31+
"symfony/process": "^3.4|^4.0|^5.0",
32+
"symfony/property-access": "^3.4|^4.0|^5.0",
33+
"symfony/serializer": "^3.4|^4.0|^5.0",
3434
"symfony/service-contracts": "^1.1",
35-
"symfony/stopwatch": "~3.4|~4.0",
36-
"symfony/validator": "~3.4|~4.0",
37-
"symfony/var-dumper": "~3.4|~4.0"
35+
"symfony/stopwatch": "^3.4|^4.0|^5.0",
36+
"symfony/validator": "^3.4|^4.0|^5.0",
37+
"symfony/var-dumper": "^3.4|^4.0|^5.0"
3838
},
3939
"conflict": {
4040
"symfony/event-dispatcher": "<4.3",

0 commit comments

Comments
 (0)