Skip to content

Commit

Permalink
Composerify library
Browse files Browse the repository at this point in the history
  • Loading branch information
cybrox committed Apr 20, 2017
1 parent c823d26 commit 005b1a3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "cybrox/crunchdb",
"type": "library",
"description": "Dead-simple json file based data storage for php applications",
"keywords": ["json","database", "db", "simple"],
"homepage": "https://github.com/cybrox/crunchdb",
"license": "CC BY-SA",
"authors": [
{
"name": "Sven Gehring",
"email": "[email protected]",
"homepage": "https://cybrox.eu",
"role": "Developer"
}
],

"require": {
"php": ">=5.3.0"
},

"autoload": {
"psr-4": {
"crunchDB": "src"
}
}
}

0 comments on commit 005b1a3

Please sign in to comment.