X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=f7226e719a3e087bc27ea0e2872b7ae281e78c98;hb=911365c8ca40fdc1a1d9c2b6b3cc2fa2ce0ba1f1;hp=d1c33e35dd6cf5f855cc1721d5590d04c876266e;hpb=6842e722468feb7ad6e36b8aaf728fbf8f221be9;p=civicrm-core.git diff --git a/composer.json b/composer.json index d1c33e35dd..f7226e719a 100644 --- a/composer.json +++ b/composer.json @@ -29,10 +29,10 @@ "psr-0": { "PHPUnit_": ["packages/"], "Civi": "", - "Civi\\": [".", "tests/phpunit/"] + "Civi\\": ["tests/phpunit/"] }, "psr-4": { - "Civi\\": ["setup/src/"] + "Civi\\": [".", "setup/src/"] } }, "include-path": ["vendor/tecnickcom"], @@ -46,14 +46,14 @@ "cache/integration-tests": "~0.16.0", "dompdf/dompdf" : "0.8.*", "electrolinux/phpquery": "^0.9.6", - "symfony/config": "^2.8.50 || ~3.0", + "symfony/config": "~3.0 || ~4.4", "symfony/polyfill-iconv": "~1.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", + "symfony/dependency-injection": "~3.0 || ~4.4", + "symfony/event-dispatcher": "~3.0 || ~4.4", + "symfony/filesystem": "~3.0 || ~4.4", + "symfony/process": "~3.0 || ~4.4", "psr/log": "~1.0", - "symfony/finder": "^2.8.50 || ~3.0", + "symfony/finder": "~3.0 || ~4.4", "tecnickcom/tcpdf" : "6.2.*", "totten/ca-config": "~17.05", "zetacomponents/base": "1.9.*", @@ -69,12 +69,13 @@ "guzzlehttp/guzzle": "^6.3", "psr/simple-cache": "~1.0.1", "cweagans/composer-patches": "~1.0", - "pear/log": "1.13.1", - "katzien/php-mime-type": "2.1.0", + "pear/log": "1.13.2", + "adrienrn/php-mimetyper": "0.2.2", "civicrm/composer-downloads-plugin": "^2.0", "league/csv": "^9.2", "tplaner/when": "~3.0.0", - "xkerman/restricted-unserialize": "~1.1" + "xkerman/restricted-unserialize": "~1.1", + "typo3/phar-stream-wrapper": "^2 || ^3.0" }, "scripts": { "post-install-cmd": [ @@ -159,7 +160,7 @@ "ignore": [".*", "node_modules", "docs", "Gruntfile.js", "index.html", "package.json", "test"] }, "ckeditor": { - "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.13.0.zip" + "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.14.0.zip" }, "crossfilter-1.3.x": { "url": "https://github.com/crossfilter/crossfilter/archive/1.3.14.zip", @@ -200,7 +201,7 @@ }, "google-code-prettify": { "url": "https://github.com/tcollard/google-code-prettify/archive/v1.0.5.zip", - "ignore": ["closure-compiler", "js-modules", "tests", "yui-compressor", "Makefile"] + "ignore": ["closure-compiler", "js-modules", "tests", "yui-compressor", "Makefile", "examples", "*.html", "run_prettify*js"] }, "jquery": { "url": "https://github.com/civicrm/jquery/archive/1.12.4-civicrm-1.2.zip" @@ -223,9 +224,6 @@ "phantomjs-polyfill": { "url": "https://github.com/conversocial/phantomjs-polyfill/archive/v0.0.2.zip" }, - "qunit": { - "url": "https://github.com/jquery/qunit/archive/v1.10.0.zip" - }, "select2": { "url": "https://github.com/colemanw/select2/archive/v3.5-civicrm-1.0.zip" }, @@ -244,6 +242,9 @@ "Support PHPUnit 6+": "https://github.com/php-cache/integration-tests/commit/1ec7362962185df91d3d749bc3fa7e7b99cb9fc7.patch", "Add tests for binary data round trip": "https://github.com/php-cache/integration-tests/commit/89cd7068e83aa776774bfc44f6bcba858c085616.patch" }, + "pear/mail": { + "Apply CiviCRM Customisations for CRM-1367 and CRM-5946": "https://raw.githubusercontent.com/civicrm/civicrm-core/36319938a5bf26c1e7e2110a26a65db6a5979268/tools/scripts/composer/patches/pear-mail.patch" + }, "pear/net_smtp": { "Add in CiviCRM custom error message for CRM-8744": "https://raw.githubusercontent.com/civicrm/civicrm-core/a6a0ff13d2a155ad962529595dceaef728116f96/tools/scripts/composer/patches/net-smtp-patch.patch" },