forked from KunstmaanLegacy/KunstmaanSentryBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
24 lines (24 loc) · 898 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
{
"name": "kunstmaan-fork/sentry-bundle",
"type": "symfony-bundle",
"description": "The SentryBundle for Symfony2 helps binds the raven-php module into a Symfony2 bundle for easy use with the framework. It will autoload an exception handler into the framework, so that all uncaught errors are sent to a Sentry server.",
"keywords": ["exceptions", "sentry"],
"homepage": "https://github.com/Kunstmaan/KunstmaanSentryBundle",
"license": "MIT",
"authors": [
{
"name": "Kunstmaan Team",
"homepage": "http://www.kunstmaan.be/",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.1,<2.5.0",
"raven/raven": "0.7.*"
},
"autoload": {
"psr-0": { "Kunstmaan\\SentryBundle": "" }
},
"target-dir": "Kunstmaan/SentryBundle"
}