diff --git a/composer.json b/composer.json index 10c1416..f214df1 100644 --- a/composer.json +++ b/composer.json @@ -9,11 +9,19 @@ { "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/PaypalIpn/contributors" } ], "require": { "php": ">=5.3.2", - "payum/payum": "0.6.x-dev" + "payum/payum": "0.6.*" }, "require-dev": { "phpunit/phpunit": "3.7.*"