Skip to content

Commit 4891bbd

Browse files
authored
Merge pull request #57 from GromNaN/patch-1
Fix package description in composer.json
2 parents b795cf8 + a2e6aec commit 4891bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry/sentry-symfony",
3-
"type": "library",
3+
"type": "symfony-bundle",
44
"description": "Symfony integration for Sentry (http://getsentry.com)",
55
"keywords": ["logging", "errors", "symfony", "sentry"],
66
"homepage": "http://getsentry.com",
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=5.3.3",
1616
"sentry/sentry": ">=1.5.0",
17-
"symfony/symfony": ">=2.4.0"
17+
"symfony/framework-bundle": ">=2.4.0"
1818
},
1919
"require-dev": {
2020
"friendsofphp/php-cs-fixer": "^1.8.0",

0 commit comments

Comments
 (0)