Skip to content

Commit

Permalink
composer.json: fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Jul 8, 2020
1 parent 621eb6a commit 52e7fef
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "publishpress/publishpress-permissions",
"type": "wordpress-plugin",
"description": "WordPress plugin: control permissions for publishing workflow and presentation",
"homepage": "https://publishpress.com/",
"license": "GPL-2",
"authors": [
{
"name": "PublishPress",
"email": "help@publishpress.com"
},
{
"name": "Kevin Behrens",
"email": "kevin@agapetry.net",
"homepage": "https://agapetry.net",
"role": "Lead Developer"
}
],
"config": {
"preferred-install": "dist"
"name": "publishpress/publishpress-permissions",
"type": "wordpress-plugin",
"description": "WordPress plugin: control permissions for publishing workflow and presentation",
"homepage": "https://publishpress.com/",
"license": "GPL-2",
"authors": [
{
"name": "PublishPress",
"email": "help@publishpress.com"
},
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=5.6.20",
"publishpress/wordpress-version-notices": "1.1.1"
{
"name": "Kevin Behrens",
"email": "kevin@agapetry.net",
"homepage": "https://agapetry.net",
"role": "Lead Developer"
}
}
],
"config": {
"preferred-install": "dist"
},
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=5.6.20",
"publishpress/wordpress-version-notices": "1.1.1"
}
}

0 comments on commit 52e7fef

Please sign in to comment.