Skip to content

Instantly share code, notes, and snippets.

@lpj145
Created August 24, 2017 18:47
Show Gist options
  • Save lpj145/c9721bf3286f2cd0519881c2594b014f to your computer and use it in GitHub Desktop.
Save lpj145/c9721bf3286f2cd0519881c2594b014f to your computer and use it in GitHub Desktop.
{
"name": "FiremonPHP/database",
"description": "This lib provides easy way to read and write data on mongodb!",
"minimum-stability": "dev",
"license": ["LGPLv3+", "GPLv3+", "MIT"],
"authors": [
{
"name": "Marcos Dantas",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"FiremonPHP\\Database\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"FiremonPHP\\Database\\Tests\\": "tests/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment