Skip to content

Commit

Permalink
Merge pull request CMB2#60 from CMB2/update-composer-json
Browse files Browse the repository at this point in the history
update composer file with proper urls
  • Loading branch information
jtsternberg authored May 6, 2019
2 parents 556701d + 447b6e9 commit 3682524
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "webdevstudios/cmb2-attached-posts",
"name": "cmb2/cmb2-attached-posts",
"description": "Custom field for CMB2 for creating post relationships.",
"license": "GPL-2.0+",
"authors": [
{
"name": "Justin Sternberg",
"email": "[email protected]",
"homepage": "https://dsgnwrks.pro",
"role": "Developer"
},
{
"name": "WebDevStudios",
"email": "[email protected]",
Expand All @@ -11,16 +17,16 @@
}
],
"keywords": ["wordpress", "plugin", "metabox","post","relationship","attached"],
"homepage": "https://github.com/WebDevStudios/CMB2",
"homepage": "https://github.com/CMB2/CMB2",
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/WebDevStudios/cmb2-attached-posts/issues",
"source": "https://github.com/WebDevStudios/cmb2-attached-posts/"
"issues": "https://github.com/CMB2/cmb2-attached-posts/issues",
"source": "https://github.com/CMB2/cmb2-attached-posts/"
},
"require": {
"php": ">5.2.4"
},
"suggest": {
"composer/installers": "~1.0"
}
}
}

0 comments on commit 3682524

Please sign in to comment.