Merge pull request #11116 from eileenmcnaughton/dedupe_obs_code
[civicrm-core.git] / composer.json
index aa90a4657639295241b510c381089efc5569234e..a8b02c84015aa319c14959822b28da3ee1a6249f 100644 (file)
@@ -1,4 +1,30 @@
 {
+  "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": "Coleman Watts",
+      "role": "Product Manager"
+    },
+    {
+      "name": "Joshua Gowans",
+      "role": "Project Manager"
+    },
+    {
+      "name": "Mathieu Lutfy",
+      "role": "Infrastructure"
+    },
+    {
+      "name": "Tim Otten",
+      "role": "Software Architect"
+    },
+    {
+      "name": "CiviCRM Community",
+      "homepage": "https://civicrm.org"
+    }
+  ],
   "autoload": {
     "psr-0": {
       "PHPUnit_": ["packages/"],
   "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": {