forked from nurikabe/StarRatingBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.06 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
{
"name": "nurikabe/star-rating-bundle",
"type": "symfony-bundle",
"description": "Symfony form type and Twig extension for quick integration of FyneWorks' Star Rating widget",
"keywords": ["symfony", "fyneworks", "star-rating", "form", "twig"],
"homepage": "http://github.com/nurikabe/StarRatingBundle",
"license": ["MIT"],
"authors": [
{
"name": "Evan Owens",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "fyneworks/star-rating",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/fyneworks/star-rating.git",
"reference": "master"
}
}
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": "~2.1",
"fyneworks/star-rating": "dev-master"
},
"autoload": {
"psr-4": { "Nurikabe\\StarRatingBundle\\": "" }
}
}