mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[payum] stable 0.7
This commit is contained in:
parent
500c599059
commit
72ff460ffb
2 changed files with 19 additions and 19 deletions
|
|
@ -46,8 +46,8 @@
|
||||||
"symfony/symfony": "~2.3",
|
"symfony/symfony": "~2.3",
|
||||||
"twig/extensions": "1.0.*",
|
"twig/extensions": "1.0.*",
|
||||||
"white-october/pagerfanta-bundle": "1.0.*@dev",
|
"white-october/pagerfanta-bundle": "1.0.*@dev",
|
||||||
"payum/payum": "0.7.*@dev",
|
"payum/payum": "0.7.*",
|
||||||
"payum/payum-bundle": "0.7.*@dev"
|
"payum/payum-bundle": "0.7.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"behat/behat": "2.4.*@stable",
|
"behat/behat": "2.4.*@stable",
|
||||||
|
|
|
||||||
34
composer.lock
generated
34
composer.lock
generated
|
|
@ -3,7 +3,7 @@
|
||||||
"This file locks the dependencies of your project to a known state",
|
"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"
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||||
],
|
],
|
||||||
"hash": "e8522979d50de0ec4033f89cf36f4c33",
|
"hash": "81ec00097988fe14d24605e0e697ce6e",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "ajbdev/authorizenet-php-api",
|
"name": "ajbdev/authorizenet-php-api",
|
||||||
|
|
@ -2656,16 +2656,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "payum/payum",
|
"name": "payum/payum",
|
||||||
"version": "dev-master",
|
"version": "0.7.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Payum/Payum.git",
|
"url": "https://github.com/Payum/Payum.git",
|
||||||
"reference": "ad9dc613ff0c94eab0175aa8f992f3f926af84f4"
|
"reference": "6fed5b9c96fb1d66b001d22abf9d146bb4d2b1a8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Payum/Payum/zipball/ad9dc613ff0c94eab0175aa8f992f3f926af84f4",
|
"url": "https://api.github.com/repos/Payum/Payum/zipball/6fed5b9c96fb1d66b001d22abf9d146bb4d2b1a8",
|
||||||
"reference": "ad9dc613ff0c94eab0175aa8f992f3f926af84f4",
|
"reference": "6fed5b9c96fb1d66b001d22abf9d146bb4d2b1a8",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -2749,33 +2749,35 @@
|
||||||
"paypal rest",
|
"paypal rest",
|
||||||
"recurring payment"
|
"recurring payment"
|
||||||
],
|
],
|
||||||
"time": "2013-12-20 13:20:36"
|
"time": "2013-12-26 10:11:45"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "payum/payum-bundle",
|
"name": "payum/payum-bundle",
|
||||||
"version": "dev-master",
|
"version": "0.7.0",
|
||||||
"target-dir": "Payum/Bundle/PayumBundle",
|
"target-dir": "Payum/Bundle/PayumBundle",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Payum/PayumBundle.git",
|
"url": "https://github.com/Payum/PayumBundle.git",
|
||||||
"reference": "cbeb7a3eed9919818a39101219fcbc3cc4dd5bc5"
|
"reference": "ece11e25e279ac197e6c80ec7673e436d0700601"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Payum/PayumBundle/zipball/cbeb7a3eed9919818a39101219fcbc3cc4dd5bc5",
|
"url": "https://api.github.com/repos/Payum/PayumBundle/zipball/ece11e25e279ac197e6c80ec7673e436d0700601",
|
||||||
"reference": "cbeb7a3eed9919818a39101219fcbc3cc4dd5bc5",
|
"reference": "ece11e25e279ac197e6c80ec7673e436d0700601",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"payum/core": "0.7.*@dev",
|
"payum/core": "0.7.*",
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.3.2",
|
||||||
"symfony/framework-bundle": "2.*",
|
"symfony/framework-bundle": "~2.0",
|
||||||
"twig/twig": "*"
|
"twig/twig": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/orm": "*",
|
"doctrine/orm": "*",
|
||||||
"payum/payum": "0.7.*@dev",
|
"payum/payum": "0.7.*",
|
||||||
"phpunit/phpunit": "*"
|
"phpunit/phpunit": "*",
|
||||||
|
"symfony/browser-kit": "~2.0",
|
||||||
|
"symfony/class-loader": "~2.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"payum/authorize-net-aim": "If you want to use authorize.net gateway",
|
"payum/authorize-net-aim": "If you want to use authorize.net gateway",
|
||||||
|
|
@ -2830,7 +2832,7 @@
|
||||||
"paypal pro checkout",
|
"paypal pro checkout",
|
||||||
"recurring payment"
|
"recurring payment"
|
||||||
],
|
],
|
||||||
"time": "2013-12-20 17:27:36"
|
"time": "2013-12-26 11:16:43"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpcollection/phpcollection",
|
"name": "phpcollection/phpcollection",
|
||||||
|
|
@ -4560,8 +4562,6 @@
|
||||||
"knplabs/knp-snappy-bundle": 20,
|
"knplabs/knp-snappy-bundle": 20,
|
||||||
"mathiasverraes/money": 20,
|
"mathiasverraes/money": 20,
|
||||||
"white-october/pagerfanta-bundle": 20,
|
"white-october/pagerfanta-bundle": 20,
|
||||||
"payum/payum": 20,
|
|
||||||
"payum/payum-bundle": 20,
|
|
||||||
"behat/behat": 0,
|
"behat/behat": 0,
|
||||||
"phpspec/phpspec": 20,
|
"phpspec/phpspec": 20,
|
||||||
"phpspec/prophecy": 20
|
"phpspec/prophecy": 20
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue