forked from EE/ExceptionJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 855 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": "ee/exceptionjs-bundle",
"type": "library",
"description": "Easy to use javascript errors catcher for Symfony 2.x",
"keywords": ["javascript","exception","catcher"],
"homepage": "http://laboratorium.ee",
"license": "MIT",
"authors": [
{
"name": "Konrad Podgórski",
"email": "[email protected]",
"homepage": "http://konradpodgorski.com",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.0,<2.3-dev"
},
"require-dev": {
"twig/twig": "*",
"swiftmailer/swiftmailer": "*",
"symfony/yaml": "2.1.*"
},
"autoload": {
"psr-0": { "EE\\ExceptionJSBundle": "" }
},
"target-dir": "EE/ExceptionJSBundle"
}