-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcomposer.json
37 lines (37 loc) · 1.05 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
{
"name" : "nomaya/social-bundle",
"type" : "symfony-bundle",
"description" : "A bundle to easily add facebook, twitter, G+, Linkedin buttons to your templates",
"authors" : [{
"name" : "Yann Chauvel",
"email" : "[email protected]",
"homepage": "http://www.nomaya.net/"
}],
"keywords" : [
"symfony", "symfony2", "symfony2bundle", "bundle",
"social","buttons",
"like", "share",
"facebook", "twitter", "linkedin", "google plus"
],
"homepage": "http://github.com/nomayann/NomayaSocialButtonsBundle",
"license" : "MIT",
"require" : {
"php": ">=5.3.2",
"twig/twig": "*"
},
"require-dev" : {
"matthiasnoback/symfony-config-test": "0.*",
"symfony/framework-bundle": ">=2.1"
},
"autoload" : {
"psr-0" : {
"Nomaya\\SocialBundle\\": ""
}
},
"target-dir" : "Nomaya/SocialBundle",
"extra" : {
"branch-alias" : {
"dev-master" : "1.0-dev"
}
}
}