Skip to content

Commit

Permalink
composer: require stable dbal
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Apr 24, 2015
1 parent 65627ae commit 862b514
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
9 changes: 3 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 862b514

Please sign in to comment.