Skip to content

Commit

Permalink
Adding a composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 1, 2015
1 parent b42216b commit 1365075
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/Database/composer.json
@@ -0,0 +1,24 @@
{
"name": "cakephp/database",
"description": "Flexible and powerful Databse access library with a familiar PDO-like API",
"license": "MIT",
"authors": [
{
"name": "CakePHP Community",
"homepage": "http://cakephp.org"
}
],
"require": {
"cakephp/core": "dev-master"
},
"suggest": {
"cakephp/log": "Require this if you want to use the built-in query logger",
"cakephp/cahe": "Require this if you decide to use the schema caching feature"
},
"autoload": {
"psr-4": {
"Cake\\Database\\": "."
}
},
"minimum-stability": "beta"
}

0 comments on commit 1365075

Please sign in to comment.