diff --git a/composer.json b/composer.json index 9e69f60..95e6682 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "magetest/manager", - "description": "Magento fixture manager/generator", + "description": "Magento fixture manager", "keywords": ["fixture", "magento", "testing"], "type": "library", "license": "MIT", @@ -12,7 +12,6 @@ ], "require": { "php": ">=5.3", - "fzaninotto/faker": "~1.0", "symfony/yaml": "~2.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 3aff2c0..6a54c62 100644 --- a/composer.lock +++ b/composer.lock @@ -3,56 +3,8 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "9dfabcfec0140a4b467205a6132704a7", + "hash": "92279618d55ee9d2609b41e85b56e601", "packages": [ - { - "name": "fzaninotto/faker", - "version": "v1.4.0", - "source": { - "type": "git", - "url": "https://github.com/fzaninotto/Faker.git", - "reference": "010c7efedd88bf31141a02719f51fb44c732d5a0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/010c7efedd88bf31141a02719f51fb44c732d5a0", - "reference": "010c7efedd88bf31141a02719f51fb44c732d5a0", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~1.5" - }, - "type": "library", - "extra": { - "branch-alias": [] - }, - "autoload": { - "psr-0": { - "Faker": "src/", - "Faker\\PHPUnit": "test/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "François Zaninotto" - } - ], - "description": "Faker is a PHP library that generates fake data for you.", - "keywords": [ - "data", - "faker", - "fixtures" - ], - "time": "2014-06-04 14:43:02" - }, { "name": "symfony/yaml", "version": "v2.5.2",