composer.json - Move ezc components from packages to composer.json
This is in anticipation of proper forking and applying CRM-15499.
Showing
... | ... | @@ -17,8 +17,16 @@ |
"symfony/finder": "~2.5.0", | ||
"totten/ca-config": "~13.02", | ||
"civicrm/civicrm-cxn-rpc": "~0.15.12.04", | ||
"iats-payments/civicrm": "~1.4.2" | ||
"iats-payments/civicrm": "~1.4.2", | ||
"zetacomponents/base": "1.7.*", | ||
"zetacomponents/mail": "dev-1.7-civi" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/civicrm/zetacomponents-mail.git" | ||
} | ||
], | ||
"scripts": { | ||
"post-install-cmd": [ | ||
"bash tools/scripts/composer/dompdf-cleanup.sh" | ||
... | ... |
Please register or sign in to comment