X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=ba9ddd22f10fcc59ca36495d102f918f067fe55e;hb=0dbe4aaa486eeccbcd060d5590347bff4b10fa47;hp=69eb155eadd9589caa259ccb38d90bc8f07f543a;hpb=1591369c6c975e71ac76e9bc987848e4cba43973;p=civicrm-core.git diff --git a/composer.json b/composer.json index 69eb155ead..ba9ddd22f1 100644 --- a/composer.json +++ b/composer.json @@ -37,14 +37,14 @@ "php": "~7.0", "dompdf/dompdf" : "0.8.*", "electrolinux/phpquery": "^0.9.6", - "symfony/config": "^2.8.44 || ~3.0", + "symfony/config": "^2.8.50 || ~3.0", "symfony/polyfill-iconv": "~1.0", - "symfony/dependency-injection": "^2.8.44 || ~3.0", - "symfony/event-dispatcher": "^2.8.44 || ~3.0", - "symfony/filesystem": "^2.8.44 || ~3.0", - "symfony/process": "^2.8.44 || ~3.0", + "symfony/dependency-injection": "^2.8.50 || ~3.0", + "symfony/event-dispatcher": "^2.8.50 || ~3.0", + "symfony/filesystem": "^2.8.50 || ~3.0", + "symfony/process": "^2.8.50 || ~3.0", "psr/log": "~1.1", - "symfony/finder": "^2.8.44 || ~3.0", + "symfony/finder": "^2.8.50 || ~3.0", "tecnickcom/tcpdf" : "6.2.*", "totten/ca-config": "~17.05", "zetacomponents/base": "1.9.*", @@ -65,7 +65,8 @@ "katzien/php-mime-type": "2.1.0", "civicrm/composer-downloads-plugin": "^2.0", "league/csv": "^9.2", - "tplaner/when": "dev-master#c1ec099f421bff354cc5c929f83b94031423fc80" + "tplaner/when": "~3.0.0", + "xkerman/restricted-unserialize": "~1.1" }, "require-dev": { "cache/integration-tests": "dev-master" @@ -88,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": { "*": { @@ -116,7 +136,7 @@ "url": "https://github.com/angular/bower-angular-sanitize/archive/v1.5.11.zip" }, "angular-ui-sortable": { - "url": "https://github.com/angular-ui/ui-sortable/archive/v0.12.11.zip" + "url": "https://github.com/angular-ui/ui-sortable/archive/v0.19.0.zip" }, "angular-ui-utils": { "url": "https://github.com/angular-ui/ui-utils/archive/v0.1.1.zip"