forked from blackknight467/StarRatingBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 902 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
{
"name": "blackknight467/star-rating-bundle",
"type": "symfony-bundle",
"description": "Star Rating Bundle for use with Symfony 2 using Font Awesome. This bundle adds the 'rating' form type and rating filter to render ratings. Simple and easy to use.",
"keywords": ["rating", "star", "bundle", "symfony", "symfony2"],
"homepage": "http://github.com/blackknight467/StarRatingBundle",
"license": "MIT",
"authors": [
{
"name": "Derick Felsman",
"email": "[email protected]"
},
{
"name": "Steven Ng"
}
],
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"symfony/framework-bundle": ">=2.1"
},
"autoload": {
"psr-0": { "blackknight467\\StarRatingBundle": "" }
},
"minimum-stability": "dev",
"target-dir": "blackknight467/StarRatingBundle"
}