"symfony/event-dispatcher": "^2.8.44 || ~3.0",
"symfony/filesystem": "^2.8.44 || ~3.0",
"symfony/process": "^2.8.44 || ~3.0",
- "psr/log": "~1.0.0",
+ "psr/log": "~1.1",
"symfony/finder": "^2.8.44 || ~3.0",
"tecnickcom/tcpdf" : "6.2.*",
"totten/ca-config": "~17.05",
"marcj/topsort": "~1.1",
"phpoffice/phpword": "^0.14.0",
"pear/Validate_Finance_CreditCard": "dev-master",
- "civicrm/civicrm-cxn-rpc": "~0.17.07.01",
+ "civicrm/civicrm-cxn-rpc": "~0.19.01.08",
"pear/Auth_SASL": "1.1.0",
"pear/Net_SMTP": "1.6.*",
"pear/Net_socket": "1.0.*",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "38f5450ab72f881008f5cd10bb588b6f",
+ "content-hash": "3a5a920dad6f16458645ee4b5944716a",
"packages": [
{
"name": "civicrm/civicrm-cxn-rpc",
- "version": "v0.17.07.01",
+ "version": "v0.19.01.08",
"source": {
"type": "git",
"url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
- "reference": "2d934d45e65e907f4b0cabc67979b5f3f2b27135"
+ "reference": "5a142bc4d24b7f8c830f59768b405ec74d582f22"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/2d934d45e65e907f4b0cabc67979b5f3f2b27135",
- "reference": "2d934d45e65e907f4b0cabc67979b5f3f2b27135",
+ "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/5a142bc4d24b7f8c830f59768b405ec74d582f22",
+ "reference": "5a142bc4d24b7f8c830f59768b405ec74d582f22",
"shasum": ""
},
"require": {
"phpseclib/phpseclib": "1.0.*",
- "psr/log": "~1.0.0"
+ "psr/log": "~1.1"
},
"type": "library",
"autoload": {
}
],
"description": "RPC library for CiviConnect",
- "time": "2017-07-18T04:02:44+00:00"
+ "time": "2019-01-08T19:20:09+00:00"
},
{
"name": "civicrm/civicrm-setup",
},
{
"name": "psr/log",
- "version": "1.0.0",
+ "version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
- "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
+ "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
- "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
+ "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"shasum": ""
},
+ "require": {
+ "php": ">=5.3.0"
+ },
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
"autoload": {
- "psr-0": {
- "Psr\\Log\\": ""
+ "psr-4": {
+ "Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
}
],
"description": "Common interface for logging libraries",
+ "homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
- "time": "2012-12-21T11:40:51+00:00"
+ "time": "2018-11-20T15:27:04+00:00"
},
{
"name": "psr/simple-cache",