X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=0587ec55f469d9306d1d33250e9df9cc8a20f8ba;hb=5bbbc7fe1543094478ecc72fc60389db843371d7;hp=9debce181a32e140b7af3b58b21a5acaadd4185c;hpb=dbbe381a9dddd433bf0fe56f8dece25908da2d47;p=civicrm-core.git diff --git a/composer.json b/composer.json index 9debce181a..0587ec55f4 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.*", @@ -74,7 +74,8 @@ "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": [ @@ -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" },