-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.json
33 lines (33 loc) · 869 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
{
"name": "eo/passbook-bundle",
"type": "symfony-bundle",
"description": "iOS Passbook for Symfony",
"keywords": ["passbook", "ios", "pass", "mobile", "wallet", "coupons", "tickets"],
"homepage": "https://github.com/eymengunay/PassbookBundle",
"license": "MIT",
"authors": [
{
"name": "Eymen Gunay",
"email": "[email protected]"
}
],
"require": {
"symfony/symfony": ">=2.1|~3.0",
"eo/passbook": "^2.0",
"symfony/phpunit-bridge": "^3.3"
},
"require-dev": {
"eo/symfony-test-edition": "dev-master"
},
"target-dir": "Eo/PassbookBundle",
"autoload": {
"psr-0": {
"Eo\\PassbookBundle": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}