X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=acfb29bcb2d523db9064ebd51e97fff57fae23fa;hb=701fd7a63eb4b10a6b91a91c0c05dba1bbaf8b69;hp=b298a5c9baebd2f2c26493abea016c50179dc766;hpb=5d8e2d9e74d00b98f264f7e9b0807c94801c0c1a;p=civicrm-core.git diff --git a/composer.json b/composer.json index b298a5c9ba..acfb29bcb2 100644 --- a/composer.json +++ b/composer.json @@ -64,7 +64,9 @@ "pear/log": "1.13.1", "katzien/php-mime-type": "2.1.0", "civicrm/composer-downloads-plugin": "^2.0", - "league/csv": "^9.2" + "league/csv": "^9.2", + "tplaner/when": "~3.0.0", + "xkerman/restricted-unserialize": "~1.1" }, "require-dev": { "cache/integration-tests": "dev-master" @@ -87,6 +89,25 @@ "bash tools/scripts/composer/phpword-jquery.sh" ] }, + "repositories": { + "tplaner-when-1ec099f421bff354cc5c929f83b94031423fc80": { + "type": "package", + "package": { + "version": "3.0.0+php53", + "dist": {"url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip", "type": "zip"}, + "name": "tplaner/when", + "type": "library", + "description": "Date/Calendar recursion library.", + "keywords": ["recurrence", "date", "time", "DateTime"], + "homepage": "https://github.com/tplaner/When", + "license": "MIT", + "authors": [{"name": "Tom Planer", "email": "tplaner@gmail.com"}], + "require": {"php": ">=5.3.0"}, + "require-dev": {"phpunit/phpunit": "~4.0"}, + "autoload": {"psr-4": {"When\\": "src/"}} + } + } + }, "extra": { "downloads": { "*": { @@ -199,6 +220,10 @@ "select2": { "url": "https://github.com/colemanw/select2/archive/v3.5-civicrm-1.0.zip" }, + "js-yaml": { + "url": "https://github.com/nodeca/js-yaml/archive/3.13.1.zip", + "ignore": ["benchmark", "bin", "demo", "examples", "lib", "support", "test"] + }, "smartmenus": { "url": "https://github.com/vadikom/smartmenus/archive/1.1.0.zip", "ignore": [".gitignore", "Gruntfile.js"]