From 6deaca4e2148ee2c62c0a753d15e90fc34950349 Mon Sep 17 00:00:00 2001 From: Benoit Jacquemont Date: Wed, 28 Oct 2015 16:39:48 +0100 Subject: [PATCH] Fixes on PIM version --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2d5528..ea2dbab 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ data_generator: More configuration examples are available in the ``Resources\examples`` directory. -If not attribute and family are defined, the product generation will use the available attributes in the PIM DB. +If no attribute and family are defined, the product generation will use the available attributes in the PIM DB. How to use the generated attributes and families data ----------------------------------------------------- diff --git a/composer.json b/composer.json index c51789f..c7f7657 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ ], "require": { "php": ">=5.4.4", - "akeneo/pim-community-dev": "~1.3", + "akeneo/pim-community-dev": "1.3.*", "doctrine/migrations": "1.0.*@dev", "fzaninotto/faker": "1.4.0" },