forked from FriendsOfVictoire/WidgetCalculatorBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
21 lines (21 loc) · 692 Bytes
/
composer.json
File metadata and controls
21 lines (21 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "friendsofvictoire/calculator-widget",
"type": "symfony-bundle",
"description": "Create a victoire calculator widget",
"keywords": ["victoire", "Calculator", "widget"],
"homepage": "http://victoire.io",
"license": "MIT",
"author": {
"name": "Charlie LUCAS",
"email": "charlie@appventus.com"
},
"require": {
"php" : ">=5.3.3",
"symfony/framework-bundle" : "~2.3",
"victoire/victoire" : "dev-master" },
"autoload": {
"psr-0": { "Victoire\\Widget\\CalculatorBundle": "" }
},
"minimum-stability": "dev",
"target-dir": "Victoire/Widget/CalculatorBundle"
}