diff --git a/composer.json b/composer.json index bc0fef9ad4f5..c9a307e16522 100644 --- a/composer.json +++ b/composer.json @@ -79,15 +79,15 @@ "wepay/php-sdk": "^0.2", "collizo4sky/omnipay-wepay": "dev-additional-calls", "barryvdh/laravel-ide-helper": "~2.2", - "barryvdh/laravel-debugbar": "~2.2" + "barryvdh/laravel-debugbar": "~2.2", + "fzaninotto/faker": "^1.5" }, "require-dev": { "phpunit/phpunit": "~4.0", "phpspec/phpspec": "~2.1", "codeception/codeception": "*", "codeception/c3": "~2.0", - "symfony/dom-crawler": "~3.0", - "fzaninotto/faker": "^1.5" + "symfony/dom-crawler": "~3.0" }, "autoload": { "classmap": [ diff --git a/composer.lock b/composer.lock index df2e8709d8f5..713793fbc745 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "d508aba9740a0542aeef5f23b51dde1c", - "content-hash": "bf971c3c158f644fed7adb9c99afaec2", + "hash": "12e15e592f20359ad1085b77289bcaaa", + "content-hash": "6eafb74ed8d18816511ecbca4498304b", "packages": [ { "name": "agmscode/omnipay-agms", @@ -2065,6 +2065,54 @@ ], "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", "version": "dev-master", @@ -7922,16 +7970,16 @@ }, { "name": "twbs/bootstrap", - "version": "v3.3.6", + "version": "v3.3.7", "source": { "type": "git", "url": "https://github.com/twbs/bootstrap.git", - "reference": "81df608a40bf0629a1dc08e584849bb1e43e0b7a" + "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twbs/bootstrap/zipball/81df608a40bf0629a1dc08e584849bb1e43e0b7a", - "reference": "81df608a40bf0629a1dc08e584849bb1e43e0b7a", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86", + "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86", "shasum": "" }, "replace": { @@ -7969,7 +8017,7 @@ "responsive", "web" ], - "time": "2015-11-24 19:37:05" + "time": "2016-07-25 15:51:55" }, { "name": "vink/omnipay-komoju", @@ -9088,54 +9136,6 @@ ], "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", "version": "1.0",