mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Moved directoryy
This commit is contained in:
37
include/limesurvey/classes/adodb/composer.json
Normal file
37
include/limesurvey/classes/adodb/composer.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name" : "adodb/adodb-php",
|
||||
"description" : "ADOdb is a PHP database abstraction layer library",
|
||||
"license" : [ "BSD-3-Clause", "LGPL-2.1" ],
|
||||
"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.sourceforge.net/",
|
||||
"support" : {
|
||||
"issues" : "https://github.com/ADOdb/ADOdb/issues",
|
||||
"source" : "https://github.com/ADOdb/ADOdb"
|
||||
},
|
||||
|
||||
"require" : {
|
||||
"php" : ">=5.3.2"
|
||||
},
|
||||
|
||||
"autoload" : {
|
||||
"files" : ["adodb.inc.php"]
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user