-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·39 lines (39 loc) · 1 KB
/
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
38
39
{
"name" : "antwebes/chatea-client-bundle",
"description" : "Symfony2 bundle for ChateaClient library, It makes it easy to use API of api.chatea.net",
"type" : "symfony-bundle",
"authors" : [{
"name" : "Xabier Fernández Rodríguez AS jjbier",
"email" : "[email protected]",
"homepage" : "https://github.com/antwebes",
"role" : "Developer"
}
],
"keywords" : [
"chatea",
"chateagratis",
"bundle",
"api"
],
"homepage" : "https://github.com/antwebes/ChateaClientBundle",
"license" : "MIT",
"require" : {
"symfony/symfony" : "~3.4",
"symfony/assetic-bundle" : "~2.3",
"antwebes/chatea-common" : "0.1.0",
"antwebes/chatea-client-lib" : "1.0.1",
"antwebes/chatea-secure-bundle" : "0.3.*",
"beelab/recaptcha2-bundle" : "~2.0",
"doctrine/annotations" : "^1.2"
},
"require-dev" : {
"sensio/framework-extra-bundle" : "^3.0",
"phpunit/phpunit" : "~4.7"
},
"autoload" : {
"psr-0" : {
"Ant\\Bundle\\ChateaClientBundle" : ""
}
},
"target-dir" : "Ant/Bundle/ChateaClientBundle"
}