Skip to content

Commit 7919123

Browse files
author
Willem Oostendorp
committed
Updated the Symfony components to version >= 4.0
1 parent 1125c19 commit 7919123

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=5.5.9",
8-
"symfony/workflow": "^3.3",
9-
"symfony/process": "^3.3",
10-
"symfony/event-dispatcher": "^3.3",
8+
"symfony/workflow": "^4.0",
9+
"symfony/process": "^4.0",
10+
"symfony/event-dispatcher": "^4.0",
1111
"illuminate/console": "5.3.* | 5.4.* | 5.5.* | 5.6.*",
1212
"illuminate/support": "5.3.* | 5.4.* | 5.5.* | 5.6.*"
1313
},

0 commit comments

Comments
 (0)