Created
August 24, 2017 18:47
-
-
Save lpj145/c9721bf3286f2cd0519881c2594b014f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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