add NotORM to composer and create classMap for autoloading

This commit is contained in:
Manuel Raynaud
2012-12-20 11:33:50 +01:00
parent ab179a637c
commit 0ed8c2dd00
6 changed files with 58 additions and 136 deletions

View File

@@ -7,8 +7,8 @@
"symfony/dependency-injection" : "2.1.*",
"symfony/console" : "2.1.*",
"symfony/event-dispatcher" : "2.1.*",
"propel/propel1" : "1.6.*",
"symfony-cmf/routing" : "1.0.*@dev"
"symfony-cmf/routing" : "1.0.*@dev",
"vrana/notorm": "dev-master"
},
"minimum-stability": "stable"
}