Bring composer into the main OpenEMR codebase.
commitf7a2998d98d05b13fa861a5b63937e08aedd9a0b
authorWakie87 <scott@npclinics.com.au>
Tue, 12 Jul 2016 10:51:38 +0000 (12 18:51 +0800)
committerbradymiller <bradymiller@users.sourceforge.net>
Fri, 15 Jul 2016 04:57:35 +0000 (14 21:57 -0700)
tree010c41a9990c6f5e59051153caaaa63a7343d5fb
parent01e58181f37dfa874617b5eaea7cc2a27e3d00c1
Bring composer into the main OpenEMR codebase.

Also a couple minor fixes in interface/globals.php to use require_once
rather than include_once.
12 files changed:
.gitignore [new file with mode: 0644]
composer.json [new file with mode: 0644]
interface/globals.php
vendor/autoload.php [new file with mode: 0644]
vendor/composer/ClassLoader.php [new file with mode: 0644]
vendor/composer/LICENSE [new file with mode: 0644]
vendor/composer/autoload_classmap.php [new file with mode: 0644]
vendor/composer/autoload_namespaces.php [new file with mode: 0644]
vendor/composer/autoload_psr4.php [new file with mode: 0644]
vendor/composer/autoload_real.php [new file with mode: 0644]
vendor/composer/autoload_static.php [new file with mode: 0644]
vendor/composer/installed.json [new file with mode: 0644]