Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed zf
  • Loading branch information
root committed Jun 12, 2012
1 parent ab51f8e commit 39a0f6f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Expand Up @@ -12,16 +12,14 @@
"doctrine/mongodb-odm": "dev-master",
"monolog/monolog": "dev-master",
"kriswallsmith/buzz": "dev-master",
"kriswallsmith/assetic": "dev-master",
"zendframework/zend-acl": "2.0.*"
"kriswallsmith/assetic": "dev-master"
},
"autoload": {
"psr-0": {
"C4": "src/",
"Monolog": "src/",
"Buzz": "lib/",
"Assetic": "lib/",
"Zend": "lib/"
"Assetic": "lib/"
}
}
}

0 comments on commit 39a0f6f

Please sign in to comment.