Skip to content

Commit fec7668

Browse files
author
Eddie Lau
committed
MAGETWO-49633: [GITHUB] Forked PHP threads in Magento must use strictly same PHP executable used for running original entry point #3482
- added explicit dependency to symfony/process in Cron module
1 parent 98b9e86 commit fec7668

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Cron/composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"require": {
55
"php": "~5.5.0|~5.6.0|~7.0.0",
66
"magento/module-store": "100.0.*",
7-
"magento/framework": "100.0.*"
7+
"magento/framework": "100.0.*",
8+
"symfony/process": "~2.1"
89
},
910
"suggest": {
1011
"magento/module-config": "100.0.*"

0 commit comments

Comments
 (0)