From 7b3a7cd4e439b4cffa0a93db8023c3e43dead646 Mon Sep 17 00:00:00 2001 From: Oleksii Golub Date: Wed, 21 Dec 2016 13:33:34 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4dd654c..f2aa53c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A Symfony2 Bundle that provides access to the Stripe API. Based on JMSPaymentCor ### Step1: Require the package with Composer ```` +php composer.phar require symfony/event-dispatcher:^2.8 php composer.phar require ruudk/payment-stripe-bundle ````