Merge pull request #11345 from colemanw/CRM-21497
[civicrm-core.git] / composer.json
index fbd77e0aead2ab190c79dd35369624855767f68f..a8b02c84015aa319c14959822b28da3ee1a6249f 100644 (file)
@@ -2,42 +2,27 @@
   "name": "civicrm/civicrm-core",
   "description": "Open source constituent relationship management for non-profits, NGOs and advocacy organizations.",
   "type": "library",
+  "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",
-    "psr/log": "^1.0.0",
-    "symfony/finder": "~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.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.16.12.05",
+    "civicrm/civicrm-cxn-rpc": "~0.17.07.01",
     "pear/Auth_SASL": "1.1.0",
     "pear/Net_SMTP": "1.6.*",
     "pear/Net_socket": "1.0.*"
     {
       "type": "git",
       "url": "https://github.com/civicrm/zetacomponents-mail.git"
+    },
+    {
+      "type": "git",
+      "url": "https://github.com/totten/topsort.php.git"
     }
   ],
   "scripts": {