-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcomposer.json
30 lines (30 loc) · 1004 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
{
"name": "damianociarla/rating-bundle",
"description": "This Bundle provides functionality for a rating system for Symfony applications",
"type": "library",
"keywords": [
"symfony2","rating","star","twig","fos","fosuserbundle"
],
"license": "MIT",
"homepage": "https://github.com/damianociarla/DCSRatingBundle",
"authors": [
{
"name": "Damiano Ciarla",
"email": "[email protected]",
"homepage": "http://www.damianociarla.it/"
}
],
"require": {
"php": "^7.1",
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
"symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0",
"twig/twig": "^1.28 || ^2.0 || ^3.0",
"symfony/templating": "^2.8 || ^3.0 || ^4.0",
"doctrine/orm": "^2.6",
"doctrine/doctrine-bundle": "^1.3"
},
"autoload": {
"psr-4": { "DCS\\RatingBundle\\": "" }
}
}