Merge pull request #11116 from eileenmcnaughton/dedupe_obs_code
[civicrm-core.git] / composer.json
index 58596253ca1dad31c60c272e350951900c99b64f..a8b02c84015aa319c14959822b28da3ee1a6249f 100644 (file)
@@ -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": {
   "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",
     {
       "type": "git",
       "url": "https://github.com/civicrm/zetacomponents-mail.git"
+    },
+    {
+      "type": "git",
+      "url": "https://github.com/totten/topsort.php.git"
     }
   ],
   "scripts": {