add composer.json for composer support -- not yet tested
This commit is contained in:
18
composer.json
Normal file
18
composer.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "SergeyTsalkov/meekrodb",
|
||||||
|
"description": "The Simple PHP/MySQL Library",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Sergey Tsalkov",
|
||||||
|
"email": "stsalkov@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.2.0"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"classmap": [
|
||||||
|
"db.class.php"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user