summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorVladimir Cvetic <vladimir@ferdinand.rs>2013-01-04 12:54:13 +0100
committerDamien Regad <dregad@mantisbt.org>2014-03-26 13:03:58 +0100
commit7d8920dbadaa377c7f21bf9be85802e102dc7902 (patch)
tree52148108d714eab2d801efac0c85c49e35664abd /composer.json
parent09dd1b56bb3c3b006a965460fdce9f659306c063 (diff)
downloadadodb-7d8920dbadaa377c7f21bf9be85802e102dc7902.tar.gz
adodb-7d8920dbadaa377c7f21bf9be85802e102dc7902.tar.bz2
adodb-7d8920dbadaa377c7f21bf9be85802e102dc7902.zip
Added initial Composer config file
This is the original composer.json file from https://github.com/cvele/adodb
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 00000000..f625dbd1
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,22 @@
+{
+ "name" : "adodb/adodb-php",
+ "version" : "5.12",
+ "license" : [ "LGPL-2.1", " BSD-2-Clause" ],
+ "authors" : [
+ {
+ "name": "John Lim",
+ "homepage": "http://adodb.sourceforge.net/#docs"
+ }
+ ],
+
+ "support" : { "forum" : "http://phplens.com/lens/lensforum/topics.php?id=4" },
+
+ "require" : {
+ "php" : ">=5.3.2"
+ },
+
+ "autoload" : {
+ "files" : ["adodb.inc.php"]
+ }
+
+} \ No newline at end of file