Skip to content

Commit

Permalink
Reformat composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokopenko committed Dec 8, 2017
1 parent fe06c6a commit 5adf8bd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,11 @@
"config": {
"preferred-install": "dist"
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "vcs",
"url": "https://github.com/justcoded/phpcodesniffer.git"
}
],
"require": {
"php": ">=7.0",
"composer/installers": "^1.4",
"vlucas/phpdotenv": "^2.0.1",
"johnpbloch/wordpress": "4.9",
"johnpbloch/wordpress": "4.9.1",
"justcoded/wordpress-composer-scripts": "~1.2",
"wpackagist-theme/twentyseventeen": "*",

Expand Down Expand Up @@ -75,6 +65,16 @@
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "vcs",
"url": "https://github.com/justcoded/phpcodesniffer.git"
}
],
"scripts": {
"wp:postInstall": "JustCoded\\WP\\Composer\\Environment::post_install",
"wp:deployReadme": "JustCoded\\WP\\Composer\\Environment::deployment_readme",
Expand Down

0 comments on commit 5adf8bd

Please sign in to comment.