Skip to content

Commit 3952416

Browse files
committed
Fixed version constraints.
1 parent d41108c commit 3952416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"require": {
1818
"php": ">=5.4.4",
1919
"ext-pcntl": "*",
20-
"symfony/event-dispatcher": ">=^2.8",
21-
"symfony/process": ">=^2.8"
20+
"symfony/event-dispatcher": ">=2.8",
21+
"symfony/process": ">=2.8"
2222
},
2323
"suggest": {
2424
"symfony/var-dumper": "For better debug dump output",

0 commit comments

Comments
 (0)