diff options
| author | Vladimir Cvetic <vladimir@ferdinand.rs> | 2013-01-04 12:54:13 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2014-03-26 13:03:58 +0100 |
| commit | 7d8920dbadaa377c7f21bf9be85802e102dc7902 (patch) | |
| tree | 52148108d714eab2d801efac0c85c49e35664abd /composer.json | |
| parent | 09dd1b56bb3c3b006a965460fdce9f659306c063 (diff) | |
| download | adodb-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.json | 22 |
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 |
