X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=composer.lock;h=3e8a14c5515853b15977dab5ce504faece0283a8;hb=d37a188f145798b2b206554a96f3f2ac22eeb72f;hp=ab0f88ec85c2107011c5f89251960cf47f8d1db6;hpb=843756645cbf84e8e251697f4c89c6cecd752103;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index ab0f88ec85..3e8a14c551 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "195f60bb40e72b390be3211fcc870a38", + "content-hash": "fc2b275e88919949aad21babc71c1706", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", @@ -2228,6 +2228,94 @@ "homepage": "https://github.com/totten/ca_config", "time": "2017-05-10T20:08:17+00:00" }, + { + "name": "tplaner/when", + "version": "3.0.0+php53", + "dist": { + "type": "zip", + "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "When\\": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tom Planer", + "email": "tplaner@gmail.com" + } + ], + "description": "Date/Calendar recursion library.", + "homepage": "https://github.com/tplaner/When", + "keywords": [ + "DateTime", + "date", + "recurrence", + "time" + ] + }, + { + "name": "xkerman/restricted-unserialize", + "version": "1.1.12", + "source": { + "type": "git", + "url": "https://github.com/xKerman/restricted-unserialize.git", + "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489", + "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489", + "shasum": "" + }, + "require": { + "php": ">=5.2" + }, + "require-dev": { + "nikic/php-parser": "^1.4|^3.0|^4.2", + "phpmd/phpmd": "^2.6", + "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2", + "sebastian/phpcpd": "^2.0|^3.0|^4.1", + "squizlabs/php_codesniffer": "^2.9|^3.4" + }, + "type": "library", + "autoload": { + "files": [ + "src/function.php" + ], + "psr-4": { + "xKerman\\Restricted\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "xKerman", + "email": "xKhorasan@gmail.com" + } + ], + "description": "provide PHP Object Injection safe unserialize function", + "keywords": [ + "PHP Object Injection", + "deserialize", + "unserialize" + ], + "time": "2019-08-11T00:04:39+00:00" + }, { "name": "zendframework/zend-escaper", "version": "2.4.13", @@ -2518,7 +2606,7 @@ { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", - "homepage": "https://github.com/nyholm" + "homepage": "https://github.com/Nyholm" }, { "name": "Nicolas Grekas",