Skip to content

Commit

Permalink
Fix dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
niklongstone committed Jun 16, 2015
1 parent 7f1c306 commit f3e8d2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
0.7.2 / 2015-06-16
==================
* Fix regex reverter version dependency

0.7.1 / 2015-06-04
==================
* Fix Yaml configuration default support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ please read the __[Fakerino wiki](https://github.com/niklongstone/Fakerino/wiki)
Use [Composer](https://getcomposer.org/download/) to manage the dependencies of your project.
####In your project folder run:
```sh
composer require fakerino/fakerino='^0.7.1'
composer require fakerino/fakerino='~0.7'
vendor/fakerino/fakerino/build/ods
```
#### Like a stand-alone project run:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "fakerino/fakerino",
"description": "Fake data generator",
"keywords": ["fake", "faker", "generator", "data"],
"description": "Faker framework, for generate every kind of fake data for test, database seed, mock responses, other",
"keywords": ["faker", "fake", "generator", "data", "seed", "fixtures", "test", "database"],
"homepage": "http://github.com/niklongstone/fakerino",
"type": "library",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"php": ">=5.3.0",
"doctrine/dbal": "2.5.1",
"twig/twig": "~1.0",
"niklongstone/regex-reverse": "^0.3.0",
"niklongstone/regex-reverse": "~0.4",
"symfony/yaml": "~2.0"
},
"require-dev": {
Expand All @@ -42,4 +42,4 @@
"post-update-cmd": "build/ods",
"post-create-project-cmd" : "build/ods"
}
}
}

0 comments on commit f3e8d2e

Please sign in to comment.