Update sage-installer 1.1 -> 1.2

This commit is contained in:
2017-08-03 16:10:49 -07:00
parent 8691074b29
commit cfe34e3d8e
2 changed files with 46 additions and 50 deletions

View File

@@ -16,9 +16,7 @@
"homepage": "https://github.com/swalkinshaw"
}
],
"keywords": [
"wordpress"
],
"keywords": ["wordpress"],
"support": {
"issues": "https://github.com/roots/sage/issues",
"forum": "https://discourse.roots.io/"
@@ -37,12 +35,10 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.8.0",
"roots/sage-installer": "~1.1"
"roots/sage-installer": "~1.2"
},
"scripts": {
"test": [
"phpcs"
],
"test": ["phpcs"],
"post-create-project-cmd": [
"Roots\\Sage\\Installer\\ComposerScript::postCreateProject"
]