Skip to content

Commit

Permalink
Removing post-install composer script (yiisoft#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizley authored and samdark committed May 2, 2017
1 parent d1ca0c8 commit 8607e18
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,5 @@
"bower-asset-library": "vendor/bower"
}
}
},
"scripts": {
"post-install-cmd": "php init --env=Development --overwrite=n"
}
}
3 changes: 0 additions & 3 deletions docs/guide-es/start-composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ Después de instalar el proyecto plantilla es una buena idea ajustar el archivo
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"scripts": {
"post-install-cmd": "php init --env=Development --overwrite=n"
}
}
```
Expand Down
3 changes: 0 additions & 3 deletions docs/guide-fr/start-composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ Après avoir installé le modèle de projet, il est conseillé d'ajuster le cont
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"scripts": {
"post-install-cmd": "php init --env=Development --overwrite=n"
}
}
```
Expand Down
3 changes: 0 additions & 3 deletions docs/guide-ja/start-composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ Composer を構成する
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"scripts": {
"post-install-cmd": "php init --env=Development --overwrite=n"
}
}
```
Expand Down
3 changes: 0 additions & 3 deletions docs/guide-pt-BR/start-composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ no diretório raiz:
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"scripts": {
"post-install-cmd": "php init --env=Development --overwrite=n"
}
}
```
Expand Down
3 changes: 0 additions & 3 deletions docs/guide-zh-CN/start-composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"scripts": {
"post-install-cmd": "php init --env=Development --overwrite=n"
}
}
```
Expand Down
3 changes: 0 additions & 3 deletions docs/guide/start-composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ directory:
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"scripts": {
"post-install-cmd": "php init --env=Development --overwrite=n"
}
}
```
Expand Down

0 comments on commit 8607e18

Please sign in to comment.