diff --git a/composer.json b/composer.json index b8f6a2c..f4212ee 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "macpaw/sentry-monolog-adapter", "description": "Sentry monolog logging bundle", + "homepage": "https://github.com/MacPaw/sentry-monolog-adapter", "type": "symfony-bundle", "keywords": [ "MacPaw", @@ -9,7 +10,6 @@ "Monolog", "Logging" ], - "homepage": "https://github.com/Macpaw", "license": "MIT", "authors": [ { @@ -62,14 +62,5 @@ "phpunit": [ "vendor/bin/simple-phpunit" ] - }, - "extra": { - "branch-alias": { - "dev-master": "1.0.0", - "dev-develop": "1.0.x-dev" - }, - "symfony": { - "allow-contrib": false - } } }