Moved faker from require-dev

This commit is contained in:
Hillel Coren 2016-07-26 09:58:41 +03:00
parent f6c23ead60
commit d491082a9d
2 changed files with 58 additions and 58 deletions

View File

@ -79,15 +79,15 @@
"wepay/php-sdk": "^0.2", "wepay/php-sdk": "^0.2",
"collizo4sky/omnipay-wepay": "dev-additional-calls", "collizo4sky/omnipay-wepay": "dev-additional-calls",
"barryvdh/laravel-ide-helper": "~2.2", "barryvdh/laravel-ide-helper": "~2.2",
"barryvdh/laravel-debugbar": "~2.2" "barryvdh/laravel-debugbar": "~2.2",
"fzaninotto/faker": "^1.5"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1", "phpspec/phpspec": "~2.1",
"codeception/codeception": "*", "codeception/codeception": "*",
"codeception/c3": "~2.0", "codeception/c3": "~2.0",
"symfony/dom-crawler": "~3.0", "symfony/dom-crawler": "~3.0"
"fzaninotto/faker": "^1.5"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [

110
composer.lock generated
View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "d508aba9740a0542aeef5f23b51dde1c", "hash": "12e15e592f20359ad1085b77289bcaaa",
"content-hash": "bf971c3c158f644fed7adb9c99afaec2", "content-hash": "6eafb74ed8d18816511ecbca4498304b",
"packages": [ "packages": [
{ {
"name": "agmscode/omnipay-agms", "name": "agmscode/omnipay-agms",
@ -2065,6 +2065,54 @@
], ],
"time": "2015-01-16 08:41:13" "time": "2015-01-16 08:41:13"
}, },
{
"name": "fzaninotto/faker",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
"reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
"reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
"shasum": ""
},
"require": {
"php": "^5.3.3|^7.0"
},
"require-dev": {
"ext-intl": "*",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"extra": {
"branch-alias": []
},
"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": "2016-04-29 12:21:54"
},
{ {
"name": "gatepay/FedACHdir", "name": "gatepay/FedACHdir",
"version": "dev-master", "version": "dev-master",
@ -7922,16 +7970,16 @@
}, },
{ {
"name": "twbs/bootstrap", "name": "twbs/bootstrap",
"version": "v3.3.6", "version": "v3.3.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twbs/bootstrap.git", "url": "https://github.com/twbs/bootstrap.git",
"reference": "81df608a40bf0629a1dc08e584849bb1e43e0b7a" "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twbs/bootstrap/zipball/81df608a40bf0629a1dc08e584849bb1e43e0b7a", "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
"reference": "81df608a40bf0629a1dc08e584849bb1e43e0b7a", "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
"shasum": "" "shasum": ""
}, },
"replace": { "replace": {
@ -7969,7 +8017,7 @@
"responsive", "responsive",
"web" "web"
], ],
"time": "2015-11-24 19:37:05" "time": "2016-07-25 15:51:55"
}, },
{ {
"name": "vink/omnipay-komoju", "name": "vink/omnipay-komoju",
@ -9088,54 +9136,6 @@
], ],
"time": "2016-06-04 00:02:34" "time": "2016-06-04 00:02:34"
}, },
{
"name": "fzaninotto/faker",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
"reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
"reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
"shasum": ""
},
"require": {
"php": "^5.3.3|^7.0"
},
"require-dev": {
"ext-intl": "*",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"extra": {
"branch-alias": []
},
"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": "2016-04-29 12:21:54"
},
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",
"version": "1.0", "version": "1.0",