composer.json - Update civicrm-cxn-rpc for PHP 7
To work with PHP 7, civicrm-cxn-rpc requires a newer version of phpseclib. Note: civicrm-cxn-rpc includes a test suite, which we've checked in PHP 5.3, 5.4, and 7.0. `civicrm-core` doesn't seem to have much test coverage here, so I did a manual test run locally (MAMP / PHP 5.5), and these steps worked: * Setup https://github.com/civicrm/civicrm-cxn-rpc/blob/master/doc/proxy.md * Connect to "Site Profile" service * View "Settings" and view the profile * Disconnect
Showing
... | ... | @@ -18,11 +18,11 @@ |
"symfony/finder": "~2.5.0", | ||
"tecnickcom/tcpdf" : "6.2.*", | ||
"totten/ca-config": "~13.02", | ||
"civicrm/civicrm-cxn-rpc": "~0.15.12.04", | ||
"zetacomponents/base": "1.7.*", | ||
"zetacomponents/mail": "dev-1.7-civi", | ||
"phpoffice/phpword": "^0.13.0", | ||
"pear/Validate_Finance_CreditCard": "dev-master" | ||
"pear/Validate_Finance_CreditCard": "dev-master", | ||
"civicrm/civicrm-cxn-rpc": "~0.16.12.05" | ||
}, | ||
"repositories": [ | ||
{ | ||
... | ... |
Please register or sign in to comment