Skip to content

Commit

Permalink
Fix Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KanDisheng committed Apr 24, 2017
1 parent 70a7947 commit df43012
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemommy/webphp",
"version": "0.0.16",
"version": "0.0.17",
"description": "Web MVC framework of light and fast",
"keywords": [
"CodeMommy",
Expand Down Expand Up @@ -30,7 +30,7 @@
"scripts": {
"post-create-project-cmd": [
"php system/install/install.php",
"composer update --no-dev"
"composer require codemommy/webphp:0.0.*"
]
},
"require": {
Expand Down
5 changes: 0 additions & 5 deletions system/install/composer.example.json

This file was deleted.

2 changes: 1 addition & 1 deletion system/install/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function deleteDirectory($path)
}

copy('application/environment.example.yaml', 'application/environment.yaml');
copy('system/install/composer.example.json', 'composer.json');
file_put_contents('composer.json', '{}');
unlink('gulpfile.js');
unlink('package.json');
deleteDirectory('system');

0 comments on commit df43012

Please sign in to comment.