forked from brokoskokoli/StarRatingBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
32 lines (32 loc) · 973 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": "brokoskokoli/star-rating-bundle",
"type": "symfony-bundle",
"description": "Star Rating Bundle for use with Symfony 5 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", "symfony4"],
"homepage": "http://github.com/PandyLegend/StarRatingBundle",
"license": "MIT",
"authors": [
{
"name": "Brokoskokoli",
"email": "[email protected]"
},
{
"name": "Derick Felsman",
"email": "[email protected]"
},
{
"name": "Steven Ng"
}
],
"require": {
"php": ">=7.1",
"twig/twig": "^3.0"
},
"require-dev": {
"symfony/framework-bundle": ">=5.0"
},
"autoload": {
"psr-4": { "Brokoskokoli\\StarRatingBundle\\": "" }
},
"minimum-stability": "RC"
}