-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 954 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
{
"name": "ciricihq/cirici-beacon-control-client-bundle",
"license": "GPL-3.0",
"type": "symfony-bundle",
"description": "Symfony client for manage BeaconControl s2s API",
"keywords": ["jwt", "api", "beacons"],
"authors": [
{
"name": "Cirici New Media",
"homepage": "http://cirici.com"
},
{
"name": "Genar Trias Ortiz",
"homepage": "http://genar.me",
"email": "genar@cirici.com"
}
],
"require": {
"php": ">=5.3.3",
"eightpoints/guzzle-bundle": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "4.8.*|~5.2",
"symfony/symfony": "~2.3.1|~2.7|~3.0",
"liip/functional-test-bundle": "^1.6",
"symfony/var-dumper": "^3.1",
"polishsymfonycommunity/symfony-mocker-container": "^1.0"
},
"autoload": {
"psr-4": { "Cirici\\BeaconControlClientBundle\\": "" }
}
}