summaryrefslogtreecommitdiff
path: root/vendor/adodb/adodb-php/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/adodb/adodb-php/composer.json')
-rw-r--r--vendor/adodb/adodb-php/composer.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/vendor/adodb/adodb-php/composer.json b/vendor/adodb/adodb-php/composer.json
new file mode 100644
index 0000000..30fcc35
--- /dev/null
+++ b/vendor/adodb/adodb-php/composer.json
@@ -0,0 +1,37 @@
+{
+ "name" : "adodb/adodb-php",
+ "description" : "ADOdb is a PHP database abstraction layer library",
+ "license" : [ "BSD-3-Clause", "LGPL-2.1-or-later" ],
+ "authors" : [
+ {
+ "name": "John Lim",
+ "email" : "jlim@natsoft.com",
+ "role": "Author"
+ },
+ {
+ "name": "Damien Regad",
+ "role": "Current maintainer"
+ },
+ {
+ "name": "Mark Newnham",
+ "role": "Developer"
+ }
+ ],
+
+ "keywords" : [ "database", "abstraction", "layer", "library", "php" ],
+
+ "homepage": "http://adodb.org/",
+ "support" : {
+ "issues" : "https://github.com/ADOdb/ADOdb/issues",
+ "source" : "https://github.com/ADOdb/ADOdb"
+ },
+
+ "require" : {
+ "php" : ">=5.3.2"
+ },
+
+ "autoload" : {
+ "files" : ["adodb.inc.php"]
+ }
+
+}