Skip to content

Commit

Permalink
Merge pull request #12 from MacPaw/fixed/ComposerJson
Browse files Browse the repository at this point in the history
fix: composer json extra
  • Loading branch information
IiiigorGG authored Apr 28, 2021
2 parents 1c164f8 + cae71d4 commit 965762e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -9,7 +10,6 @@
"Monolog",
"Logging"
],
"homepage": "https://github.com/Macpaw",
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -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
}
}
}

0 comments on commit 965762e

Please sign in to comment.