Skip to content

Commit 4142613

Browse files
committed
release 0.6.0
1 parent a83fe77 commit 4142613

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

composer.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,37 @@
33
"type": "symfony-bundle",
44
"description": "The payment bundle integrates payum libs into symfony2 framework",
55
"keywords": ["payment", "paypal", "be2bill", "authorize.net", "omnipay", "paypal express checkout", "paypal pro checkout", "paypal recurring payment", "payex"],
6-
"homepage": "https://github.com/Payum/PayumBundle",
6+
"homepage": "http://payum.forma-dev.com",
77
"license": "MIT",
88
"authors": [
99
{
1010
"name": "Kotlyar Maksim",
1111
"email": "[email protected]"
1212
},
1313
{
14-
"name": "Community",
15-
"homepage": "https://github.com/Payum/PayumBundle/graphs/contributors"
14+
"name": "Payum project",
15+
"homepage": "http://payum.forma-dev.com/"
16+
},
17+
{
18+
"name": "Community contributions",
19+
"homepage": "https://github.com/Payum/PayumBundle/contributors"
1620
}
1721
],
1822
"require": {
1923
"php": ">=5.3.2",
20-
"payum/payum": "0.6.x-dev",
24+
"payum/payum": "0.6.*",
2125
"symfony/framework-bundle": "2.*"
2226
},
2327
"require-dev": {
2428
"phpunit/phpunit": "*",
2529
"fp/testo": "@dev",
2630
"doctrine/orm": "*",
27-
"payum/paypal-express-checkout-nvp": "0.6.x-dev",
28-
"payum/paypal-pro-checkout-nvp": "0.6.x-dev",
29-
"payum/be2bill": "0.6.x-dev",
30-
"payum/payex": "0.6.x-dev",
31-
"payum/authorize-net-aim": "0.6.x-dev",
32-
"payum/omnipay-bridge": "0.6.x-dev"
31+
"payum/paypal-express-checkout-nvp": "0.6.*",
32+
"payum/paypal-pro-checkout-nvp": "0.6.*",
33+
"payum/be2bill": "0.6.*",
34+
"payum/payex": "0.6.*",
35+
"payum/authorize-net-aim": "0.6.*",
36+
"payum/omnipay-bridge": "0.6.*"
3337
},
3438
"suggest": {
3539
"payum/paypal-express-checkout-nvp": "If you want to use paypal express checkout nvp gateway",

0 commit comments

Comments
 (0)