X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=a8b02c84015aa319c14959822b28da3ee1a6249f;hb=31afa0ea823cdd9d2398e63015e0a1aae2f76cc0;hp=58596253ca1dad31c60c272e350951900c99b64f;hpb=5f2a9901472de6720498a20d484df76a78852451;p=civicrm-core.git diff --git a/composer.json b/composer.json index 58596253ca..a8b02c8401 100644 --- a/composer.json +++ b/composer.json @@ -5,40 +5,24 @@ "license": "AGPL-3.0", "authors": [ { - "name": "Atif Shaikh" + "name": "Coleman Watts", + "role": "Product Manager" }, { - "name": "Coleman Watts" + "name": "Joshua Gowans", + "role": "Project Manager" }, { - "name": "David Greenberg" + "name": "Mathieu Lutfy", + "role": "Infrastructure" }, { - "name": "Eileen McNaughton" + "name": "Tim Otten", + "role": "Software Architect" }, { - "name": "Jitendra Purohit" - }, - { - "name": "Josh Gowan" - }, - { - "name": "Kurund Jalmi" - }, - { - "name": "Michael McAndrew" - }, - { - "name": "Monish Deb" - }, - { - "name": "Rohan Ramesh Katkar" - }, - { - "name": "Tim Otten" - }, - { - "name": "Yashodha Chaku" + "name": "CiviCRM Community", + "homepage": "https://civicrm.org" } ], "autoload": { @@ -52,17 +36,18 @@ "require": { "dompdf/dompdf" : "0.8.*", "electrolinux/phpquery": "^0.9.6", - "symfony/config": "^2.5.0", - "symfony/dependency-injection": "^2.5.0", - "symfony/event-dispatcher": "^2.5.0", - "symfony/filesystem": "^2.5.0", - "symfony/process": "^2.5.0", + "symfony/config": "^2.6.13 || ~3.0", + "symfony/dependency-injection": "^2.6.13 || ~3.0", + "symfony/event-dispatcher": "^2.6.13 || ~3.0", + "symfony/filesystem": "^2.6.13 || ~3.0", + "symfony/process": "^2.6.13 || ~3.0", "psr/log": "~1.0.0", - "symfony/finder": "^2.5.0", + "symfony/finder": "^2.6.13 || ~3.0", "tecnickcom/tcpdf" : "6.2.*", "totten/ca-config": "~17.05", "zetacomponents/base": "1.7.*", "zetacomponents/mail": "dev-1.7-civi", + "marcj/topsort": "dev-1.0-php53", "phpoffice/phpword": "^0.13.0", "pear/Validate_Finance_CreditCard": "dev-master", "civicrm/civicrm-cxn-rpc": "~0.17.07.01", @@ -74,6 +59,10 @@ { "type": "git", "url": "https://github.com/civicrm/zetacomponents-mail.git" + }, + { + "type": "git", + "url": "https://github.com/totten/topsort.php.git" } ], "scripts": {