forked from sempixel/RecurlyBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1020 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "moovly/recurly-bundle",
"type": "symfony-bundle",
"description": "Provides the moovly/recurly library as a service",
"keywords": ["recurly"],
"homepage": "https://github.com/Moovly/RecurlyBundle",
"license": "MIT",
"authors": [
{
"name": "The Moovly Team",
"homepage": "https://github.com/Moovly"
},
{
"name": "Bram Van der Sype",
"homepage": "https://github.com/Brammm"
}
],
"repositories": [
{
"type": "vcs",
"url": "http://github.com/dekalee/Recurly"
}
],
"require": {
"symfony/http-kernel": "~2.8|~3.0",
"symfony/config": "~2.8|~3.0",
"symfony/dependency-injection": "~2.8|~3.0",
"symfony/form": "~2.8|~3.0",
"moovly/recurly": "dev-master"
},
"autoload": {
"psr-0": {
"Moovly\\RecurlyBundle": ""
}
},
"target-dir": "Moovly/RecurlyBundle"
}