Skip to content

Commit

Permalink
Merge pull request #11 from baldurrensch/update_fixture_version
Browse files Browse the repository at this point in the history
Updated version
  • Loading branch information
baldurrensch committed Sep 17, 2013
2 parents db53f38 + c4ee9a6 commit 4fd1388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ required packages as well:

```bash
$ composer.phar require "doctrine/data-fixtures dev-master"
$ composer.phar require "doctrine/doctrine-fixtures-bundle 2.1.*@dev"
$ composer.phar require "doctrine/doctrine-fixtures-bundle 2.2.*"
$ composer.phar require "hautelook/alice-bundle 0.1.*"
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": ">=5.3.0",
"nelmio/alice": "~1.5.1",
"doctrine/doctrine-fixtures-bundle": "2.1.*@dev",
"doctrine/doctrine-fixtures-bundle": "2.2.*",
"doctrine/data-fixtures": "1.0.*@dev"
},
"require-dev": {
Expand Down

0 comments on commit 4fd1388

Please sign in to comment.