-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
34 lines (34 loc) · 881 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
33
34
{
"name": "wix/framework-bundle",
"type": "symfony-bundle",
"description": "The Wix application framework adjusted to the Symfony2 framework",
"keywords": ["Wix"],
"homepage": "https://github.com/ranm8/WixFrameworkBundle",
"license": "MIT",
"authors": [
{
"name": "Ran Mizrahi",
"email": "[email protected]"
},
{
"name": "Ronen Amiel",
"email": "[email protected]"
},
{
"name": "Elad Rom",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.3",
"wix/framework-component": "dev-master"
},
"require-dev": {
"symfony/framework-bundle": ">=2.1"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": { "Wix\\FrameworkBundle": "" }
},
"target-dir": "Wix/FrameworkBundle"
}