Commit 2a38167a authored by Nicolas Widart's avatar Nicolas Widart

Adding the faker package as a dev requirement

parent 2c30b62f
......@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "9f5f42a89ec591e2143109b1739cd978",
"hash": "9cfa0340a40c902131c5a6c6aa1a4c17",
"packages": [
{
"name": "asgardcms/core-module",
......@@ -3151,6 +3151,55 @@
],
"time": "2014-12-12 16:47:07"
},
{
"name": "fzaninotto/faker",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
"reference": "d82603adc7aa0f7d47c2e767fd33636803f4117a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d82603adc7aa0f7d47c2e767fd33636803f4117a",
"reference": "d82603adc7aa0f7d47c2e767fd33636803f4117a",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.5.x-dev"
}
},
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"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-12-18 07:45:28"
},
{
"name": "maximebf/debugbar",
"version": "dev-master",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment