diff --git a/composer.json b/composer.json index ab3d2021..5d7e438b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "nette/caching": "~2.2", "nette/reflection": "~2.2", "nette/utils": "~2.2", - "nextras/dbal": "@dev", + "nextras/dbal": "~1.0", "oodle/inflect": "~0.2" }, "require-dev": { diff --git a/readme.md b/readme.md index 3263522e..5e8c06b9 100644 --- a/readme.md +++ b/readme.md @@ -9,13 +9,10 @@ Nextras\Orm ### Installation -Add to your composer.json: +Use composer: -```json -"require": { - "nextras/dbal": "@dev", - "nextras/orm": "@dev" -} +```bash +$ composer require nextras/orm ``` ### Docs & sources