Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
fix dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Feb 6, 2013
1 parent c99a5f7 commit 7bcae96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
],
"require": {
"php": ">=5.3.3",
"payment/saferpay": "master"
},
"require-dev": {
"payment/saferpay": "master",
"symfony/config": "2.1.*",
"symfony/http-kernel": "2.1.*",
"symfony/dependency-injection": "2.1.*",
"symfony/dependency-injection": "2.1.*"
},
"require-dev": {
"payment/saferpay-guzzle": "master"
},
"suggest": {
Expand All @@ -29,4 +29,4 @@
},
"target-dir": "Payment/Bundle/SaferpayBundle",
"minimum-stability": "dev"
}
}

0 comments on commit 7bcae96

Please sign in to comment.