mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[payum] update up to stable version.
This commit is contained in:
parent
8815bcbc37
commit
59083192c4
2 changed files with 240 additions and 209 deletions
|
|
@ -46,10 +46,10 @@
|
|||
"twig/extensions": "1.0.*",
|
||||
"white-october/pagerfanta-bundle": "1.0.*@dev",
|
||||
"omnipay/omnipay": "1.0.*",
|
||||
"payum/payum": "0.6.*@dev",
|
||||
"payum/payum-bundle": "0.6.*@dev",
|
||||
"payum/paypal-express-checkout-nvp": "0.6.*@dev",
|
||||
"payum/omnipay-bridge": "0.6.*@dev"
|
||||
"payum/payum": "0.6.*",
|
||||
"payum/payum-bundle": "0.6.*",
|
||||
"payum/paypal-express-checkout-nvp": "0.6.*",
|
||||
"payum/omnipay-bridge": "0.6.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"behat/behat": "2.4.*@stable",
|
||||
|
|
|
|||
441
composer.lock
generated
441
composer.lock
generated
|
|
@ -3,7 +3,7 @@
|
|||
"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": "275dc038a243748ecf2b11bfb9340c59",
|
||||
"hash": "6ee4488ddd376a1411aa54003de3b58b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "athari/yalinqo",
|
||||
|
|
@ -328,61 +328,6 @@
|
|||
],
|
||||
"time": "2013-09-07 10:20:34"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/data-fixtures",
|
||||
"version": "v1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/data-fixtures.git",
|
||||
"reference": "b4a135c7db56ecc4602b54a2184368f440cac33e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b4a135c7db56ecc4602b54a2184368f440cac33e",
|
||||
"reference": "b4a135c7db56ecc4602b54a2184368f440cac33e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/common": ">=2.2,<2.5-dev",
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": ">=2.2,<2.5-dev"
|
||||
},
|
||||
"suggest": {
|
||||
"doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
|
||||
"doctrine/orm": "For loading ORM fixtures",
|
||||
"doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Doctrine\\Common\\DataFixtures": "lib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jonathan Wage",
|
||||
"email": "jonwage@gmail.com",
|
||||
"homepage": "http://www.jwage.com/"
|
||||
}
|
||||
],
|
||||
"description": "Data Fixtures for all Doctrine Object Managers",
|
||||
"homepage": "http://www.doctrine-project.org",
|
||||
"keywords": [
|
||||
"database"
|
||||
],
|
||||
"time": "2013-07-10 17:04:07"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/dbal",
|
||||
"version": "v2.4.0",
|
||||
|
|
@ -518,64 +463,6 @@
|
|||
],
|
||||
"time": "2013-10-12 16:02:36"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/doctrine-fixtures-bundle",
|
||||
"version": "v2.2.0",
|
||||
"target-dir": "Doctrine/Bundle/FixturesBundle",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
|
||||
"reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/c811f96f0cf83b997e3a3ed037cac729bbe3e803",
|
||||
"reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/data-fixtures": "~1.0",
|
||||
"doctrine/doctrine-bundle": "~1.0",
|
||||
"php": ">=5.3.2",
|
||||
"symfony/doctrine-bridge": "~2.1"
|
||||
},
|
||||
"type": "symfony-bundle",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Doctrine\\Bundle\\FixturesBundle": ""
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fabien Potencier",
|
||||
"email": "fabien@symfony.com"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "http://symfony.com/contributors"
|
||||
},
|
||||
{
|
||||
"name": "Doctrine Project",
|
||||
"homepage": "http://www.doctrine-project.org"
|
||||
}
|
||||
],
|
||||
"description": "Symfony DoctrineFixturesBundle",
|
||||
"homepage": "http://www.doctrine-project.org",
|
||||
"keywords": [
|
||||
"Fixture",
|
||||
"persistence"
|
||||
],
|
||||
"time": "2013-09-05 11:23:37"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/inflector",
|
||||
"version": "v1.0",
|
||||
|
|
@ -961,52 +848,6 @@
|
|||
],
|
||||
"time": "2013-10-09 22:58:46"
|
||||
},
|
||||
{
|
||||
"name": "fzaninotto/faker",
|
||||
"version": "v1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fzaninotto/Faker.git",
|
||||
"reference": "4ad4bc4b5c8d3c0f3cf55d2fedc2f65b313ec62f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/4ad4bc4b5c8d3c0f3cf55d2fedc2f65b313ec62f",
|
||||
"reference": "4ad4bc4b5c8d3c0f3cf55d2fedc2f65b313ec62f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.2.x-dev"
|
||||
}
|
||||
},
|
||||
"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": "2013-06-09 18:05:57"
|
||||
},
|
||||
{
|
||||
"name": "gedmo/doctrine-extensions",
|
||||
"version": "v2.3.7",
|
||||
|
|
@ -2614,21 +2455,21 @@
|
|||
},
|
||||
{
|
||||
"name": "payum/omnipay-bridge",
|
||||
"version": "dev-master",
|
||||
"version": "0.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Payum/OmnipayBridge.git",
|
||||
"reference": "da2a1c061efe27ecc8006bc8c7e7e7ba7a17e763"
|
||||
"reference": "c8460ffa596941fdc8d696fd53d649e028215110"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Payum/OmnipayBridge/zipball/da2a1c061efe27ecc8006bc8c7e7e7ba7a17e763",
|
||||
"reference": "da2a1c061efe27ecc8006bc8c7e7e7ba7a17e763",
|
||||
"url": "https://api.github.com/repos/Payum/OmnipayBridge/zipball/c8460ffa596941fdc8d696fd53d649e028215110",
|
||||
"reference": "c8460ffa596941fdc8d696fd53d649e028215110",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"omnipay/omnipay": "1.0.*",
|
||||
"payum/payum": "0.6.x-dev",
|
||||
"omnipay/omnipay": "~1.0",
|
||||
"payum/payum": "0.6.*",
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
@ -2653,6 +2494,14 @@
|
|||
{
|
||||
"name": "Kotlyar Maksim",
|
||||
"email": "kotlyar.maksim@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Payum project",
|
||||
"homepage": "http://payum.forma-dev.com/"
|
||||
},
|
||||
{
|
||||
"name": "Community contributions",
|
||||
"homepage": "https://github.com/Payum/OmnipayBridge/contributors"
|
||||
}
|
||||
],
|
||||
"description": "This bridge allows you to use omnipay gateways but in payum like way.",
|
||||
|
|
@ -2661,25 +2510,25 @@
|
|||
"omnipay",
|
||||
"payment"
|
||||
],
|
||||
"time": "2013-07-31 10:48:07"
|
||||
"time": "2013-10-25 13:44:56"
|
||||
},
|
||||
{
|
||||
"name": "payum/paypal-express-checkout-nvp",
|
||||
"version": "dev-master",
|
||||
"version": "0.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Payum/PaypalExpressCheckoutNvp.git",
|
||||
"reference": "7aaaf140b5348a9676feb87881df5893b84b06f9"
|
||||
"reference": "08ad3f8d38da3e254aa59ef04450a18c5f0c40e4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Payum/PaypalExpressCheckoutNvp/zipball/7aaaf140b5348a9676feb87881df5893b84b06f9",
|
||||
"reference": "7aaaf140b5348a9676feb87881df5893b84b06f9",
|
||||
"url": "https://api.github.com/repos/Payum/PaypalExpressCheckoutNvp/zipball/08ad3f8d38da3e254aa59ef04450a18c5f0c40e4",
|
||||
"reference": "08ad3f8d38da3e254aa59ef04450a18c5f0c40e4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"kriswallsmith/buzz": "*",
|
||||
"payum/payum": "0.6.x-dev",
|
||||
"payum/payum": "0.6.*",
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
@ -2709,6 +2558,14 @@
|
|||
{
|
||||
"name": "Kotlyar Maksim",
|
||||
"email": "kotlyar.maksim@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Payum project",
|
||||
"homepage": "http://payum.forma-dev.com/"
|
||||
},
|
||||
{
|
||||
"name": "Community contributions",
|
||||
"homepage": "https://github.com/Payum/PaypalExpressCheckoutNvp/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Paypal express checkout",
|
||||
|
|
@ -2719,20 +2576,20 @@
|
|||
"paypal",
|
||||
"recurring payment"
|
||||
],
|
||||
"time": "2013-10-10 20:10:49"
|
||||
"time": "2013-10-25 13:32:44"
|
||||
},
|
||||
{
|
||||
"name": "payum/payum",
|
||||
"version": "dev-master",
|
||||
"version": "0.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Payum/Payum.git",
|
||||
"reference": "57b553f6dac1e4a2499f3f79797447476f9d9542"
|
||||
"reference": "88694b17f075c13be9660cc6465eb0b0b15a440a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Payum/Payum/zipball/57b553f6dac1e4a2499f3f79797447476f9d9542",
|
||||
"reference": "57b553f6dac1e4a2499f3f79797447476f9d9542",
|
||||
"url": "https://api.github.com/repos/Payum/Payum/zipball/88694b17f075c13be9660cc6465eb0b0b15a440a",
|
||||
"reference": "88694b17f075c13be9660cc6465eb0b0b15a440a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -2779,50 +2636,65 @@
|
|||
{
|
||||
"name": "Kotlyar Maksim",
|
||||
"email": "kotlyar.maksim@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Payum project",
|
||||
"homepage": "http://payum.forma-dev.com/"
|
||||
},
|
||||
{
|
||||
"name": "Community contributions",
|
||||
"homepage": "https://github.com/Payum/Payum/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Payment lib",
|
||||
"homepage": "http://payum.forma-dev.com",
|
||||
"keywords": [
|
||||
"authorize.net",
|
||||
"be2bill",
|
||||
"omnipay gateways",
|
||||
"instant payment notification",
|
||||
"ipn",
|
||||
"jms payment",
|
||||
"omnipay",
|
||||
"payex",
|
||||
"payment",
|
||||
"paypal",
|
||||
"paypal digital goods",
|
||||
"paypal ipn",
|
||||
"paypal recurring payments"
|
||||
"paypal express",
|
||||
"paypal pro",
|
||||
"paypal rest",
|
||||
"recurring payment"
|
||||
],
|
||||
"time": "2013-10-14 18:47:40"
|
||||
"time": "2013-10-25 10:22:34"
|
||||
},
|
||||
{
|
||||
"name": "payum/payum-bundle",
|
||||
"version": "dev-master",
|
||||
"version": "0.6.0",
|
||||
"target-dir": "Payum/Bundle/PayumBundle",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Payum/PayumBundle.git",
|
||||
"reference": "7f4708009c256b2dcc5dea378e8c003e61c3c09c"
|
||||
"reference": "41426132caa41a653216bb2de0ed80273f763311"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Payum/PayumBundle/zipball/7f4708009c256b2dcc5dea378e8c003e61c3c09c",
|
||||
"reference": "7f4708009c256b2dcc5dea378e8c003e61c3c09c",
|
||||
"url": "https://api.github.com/repos/Payum/PayumBundle/zipball/41426132caa41a653216bb2de0ed80273f763311",
|
||||
"reference": "41426132caa41a653216bb2de0ed80273f763311",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"payum/payum": "0.6.x-dev",
|
||||
"payum/payum": "0.6.*",
|
||||
"php": ">=5.3.2",
|
||||
"symfony/framework-bundle": "2.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "*",
|
||||
"fp/testo": "@dev",
|
||||
"payum/authorize-net-aim": "0.6.x-dev",
|
||||
"payum/be2bill": "0.6.x-dev",
|
||||
"payum/omnipay-bridge": "0.6.x-dev",
|
||||
"payum/payex": "0.6.x-dev",
|
||||
"payum/paypal-express-checkout-nvp": "0.6.x-dev",
|
||||
"payum/paypal-pro-checkout-nvp": "0.6.x-dev",
|
||||
"payum/authorize-net-aim": "0.6.*",
|
||||
"payum/be2bill": "0.6.*",
|
||||
"payum/omnipay-bridge": "0.6.*",
|
||||
"payum/payex": "0.6.*",
|
||||
"payum/paypal-express-checkout-nvp": "0.6.*",
|
||||
"payum/paypal-pro-checkout-nvp": "0.6.*",
|
||||
"phpunit/phpunit": "*"
|
||||
},
|
||||
"suggest": {
|
||||
|
|
@ -2854,12 +2726,16 @@
|
|||
"email": "kotlyar.maksim@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Community",
|
||||
"homepage": "https://github.com/Payum/PayumBundle/graphs/contributors"
|
||||
"name": "Payum project",
|
||||
"homepage": "http://payum.forma-dev.com/"
|
||||
},
|
||||
{
|
||||
"name": "Community contributions",
|
||||
"homepage": "https://github.com/Payum/PayumBundle/contributors"
|
||||
}
|
||||
],
|
||||
"description": "The payment bundle integrates payum libs into symfony2 framework",
|
||||
"homepage": "https://github.com/Payum/PayumBundle",
|
||||
"homepage": "http://payum.forma-dev.com",
|
||||
"keywords": [
|
||||
"authorize.net",
|
||||
"be2bill",
|
||||
|
|
@ -2871,7 +2747,7 @@
|
|||
"paypal pro checkout",
|
||||
"paypal recurring payment"
|
||||
],
|
||||
"time": "2013-09-30 20:51:39"
|
||||
"time": "2013-10-25 13:57:33"
|
||||
},
|
||||
{
|
||||
"name": "phpcollection/phpcollection",
|
||||
|
|
@ -3548,16 +3424,16 @@
|
|||
},
|
||||
{
|
||||
"name": "twig/twig",
|
||||
"version": "v1.14.0",
|
||||
"version": "v1.14.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fabpot/Twig.git",
|
||||
"reference": "224fc55635d544a2ec8edb3592be18db5a093f59"
|
||||
"reference": "8873d7593ad7c120004f177c0fd01459b383c9cb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fabpot/Twig/zipball/224fc55635d544a2ec8edb3592be18db5a093f59",
|
||||
"reference": "224fc55635d544a2ec8edb3592be18db5a093f59",
|
||||
"url": "https://api.github.com/repos/fabpot/Twig/zipball/8873d7593ad7c120004f177c0fd01459b383c9cb",
|
||||
"reference": "8873d7593ad7c120004f177c0fd01459b383c9cb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -3593,7 +3469,7 @@
|
|||
"keywords": [
|
||||
"templating"
|
||||
],
|
||||
"time": "2013-10-03 06:41:20"
|
||||
"time": "2013-10-15 19:17:38"
|
||||
},
|
||||
{
|
||||
"name": "white-october/pagerfanta-bundle",
|
||||
|
|
@ -4102,6 +3978,165 @@
|
|||
],
|
||||
"time": "2013-06-06 20:36:08"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/data-fixtures",
|
||||
"version": "v1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/data-fixtures.git",
|
||||
"reference": "b4a135c7db56ecc4602b54a2184368f440cac33e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b4a135c7db56ecc4602b54a2184368f440cac33e",
|
||||
"reference": "b4a135c7db56ecc4602b54a2184368f440cac33e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/common": ">=2.2,<2.5-dev",
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": ">=2.2,<2.5-dev"
|
||||
},
|
||||
"suggest": {
|
||||
"doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
|
||||
"doctrine/orm": "For loading ORM fixtures",
|
||||
"doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Doctrine\\Common\\DataFixtures": "lib/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jonathan Wage",
|
||||
"email": "jonwage@gmail.com",
|
||||
"homepage": "http://www.jwage.com/"
|
||||
}
|
||||
],
|
||||
"description": "Data Fixtures for all Doctrine Object Managers",
|
||||
"homepage": "http://www.doctrine-project.org",
|
||||
"keywords": [
|
||||
"database"
|
||||
],
|
||||
"time": "2013-07-10 17:04:07"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/doctrine-fixtures-bundle",
|
||||
"version": "v2.2.0",
|
||||
"target-dir": "Doctrine/Bundle/FixturesBundle",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
|
||||
"reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/c811f96f0cf83b997e3a3ed037cac729bbe3e803",
|
||||
"reference": "c811f96f0cf83b997e3a3ed037cac729bbe3e803",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/data-fixtures": "~1.0",
|
||||
"doctrine/doctrine-bundle": "~1.0",
|
||||
"php": ">=5.3.2",
|
||||
"symfony/doctrine-bridge": "~2.1"
|
||||
},
|
||||
"type": "symfony-bundle",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Doctrine\\Bundle\\FixturesBundle": ""
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fabien Potencier",
|
||||
"email": "fabien@symfony.com"
|
||||
},
|
||||
{
|
||||
"name": "Symfony Community",
|
||||
"homepage": "http://symfony.com/contributors"
|
||||
},
|
||||
{
|
||||
"name": "Doctrine Project",
|
||||
"homepage": "http://www.doctrine-project.org"
|
||||
}
|
||||
],
|
||||
"description": "Symfony DoctrineFixturesBundle",
|
||||
"homepage": "http://www.doctrine-project.org",
|
||||
"keywords": [
|
||||
"Fixture",
|
||||
"persistence"
|
||||
],
|
||||
"time": "2013-09-05 11:23:37"
|
||||
},
|
||||
{
|
||||
"name": "fzaninotto/faker",
|
||||
"version": "v1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fzaninotto/Faker.git",
|
||||
"reference": "4ad4bc4b5c8d3c0f3cf55d2fedc2f65b313ec62f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/4ad4bc4b5c8d3c0f3cf55d2fedc2f65b313ec62f",
|
||||
"reference": "4ad4bc4b5c8d3c0f3cf55d2fedc2f65b313ec62f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.2.x-dev"
|
||||
}
|
||||
},
|
||||
"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": "2013-06-09 18:05:57"
|
||||
},
|
||||
{
|
||||
"name": "instaclick/php-webdriver",
|
||||
"version": "1.0.17",
|
||||
|
|
@ -4331,10 +4366,6 @@
|
|||
"knplabs/knp-snappy-bundle": 20,
|
||||
"mathiasverraes/money": 20,
|
||||
"white-october/pagerfanta-bundle": 20,
|
||||
"payum/payum": 20,
|
||||
"payum/payum-bundle": 20,
|
||||
"payum/paypal-express-checkout-nvp": 20,
|
||||
"payum/omnipay-bridge": 20,
|
||||
"behat/behat": 0,
|
||||
"phpspec/phpspec": 20
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue