Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
update to beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Sep 15, 2012
1 parent 6968106 commit b65ecd7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions app/config/local.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ doctrine:
console: true

media:
entityManager: @doctrine.entityManagers.default
entityManager: @doctrine.entityManager


model:
entityManager: @doctrine.entityManagers.default
entityManager: @doctrine.entityManager

services:
cacheStorage:
class: Nette\Caching\Storages\MemoryStorage
templateCacheStorage:
class: Nette\Caching\Storages\MemoryStorage
autowired: no

diagnostics:
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
},
"require": {
"php": ">= 5.3.2",
"nella/framework": "dev-master"
"nella/framework": "@dev",
"doctrine/common": "2.3.*@rc",
"doctrine/dbal": "2.3.*@rc",
"doctrine/orm": "2.3.*@rc",
"doctrine/migrations": "@dev"
}
}

0 comments on commit b65ecd7

Please sign in to comment.