forked from damianociarla/DCSRatingBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 694 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "damianociarla/rating-bundle",
"description": "This Bundle provides functionality for a rating system for Symfony2 applications",
"type": "library",
"keywords": [
"symfony2","rating","star","twig","fos","fosuserbundle"
],
"license": "MIT",
"homepage": "https://github.com/damianociarla/DCSRatingBundle",
"authors": [
{
"name": "Damiano Ciarla",
"email": "damiano.ciarla@gmail.com",
"homepage": "http://www.damianociarla.it/"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": ">=2.6"
},
"autoload": {
"psr-4": { "DCS\\RatingBundle\\": "" }
}
}