no message
Showing
clone.php
0 → 100644
| ... | @@ -6,9 +6,7 @@ | ... | @@ -6,9 +6,7 @@ |
| "type": "project", | "type": "project", | ||
| "require": { | "require": { | ||
| "php": ">=5.6.4", | "php": ">=5.6.4", | ||
| "laravel/framework": "5.3.*", | "laravel/framework": "5.3.*" | ||
| "simplesoftwareio/simple-sms": "~2", | |||
| "acacha/admin-lte-template-laravel": "3.*" | |||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "fzaninotto/faker": "~1.4", | "fzaninotto/faker": "~1.4", | ||
| ... | @@ -47,6 +45,7 @@ | ... | @@ -47,6 +45,7 @@ |
| ] | ] | ||
| }, | }, | ||
| "config": { | "config": { | ||
| "preferred-install": "dist" | "preferred-install": "dist", | ||
| "sort-packages": true | |||
| } | } | ||
| } | } |
This diff is collapsed.
Click to expand it.
deploy.php
0 → 100644
| ... | @@ -8,17 +8,11 @@ | ... | @@ -8,17 +8,11 @@ |
| "bootstrap-sass": "^3.3.7", | "bootstrap-sass": "^3.3.7", | ||
| "gulp": "^3.9.1", | "gulp": "^3.9.1", | ||
| "jquery": "^3.1.0", | "jquery": "^3.1.0", | ||
| "laravel-elixir": "^6.0.0-9", | "laravel-elixir": "^6.0.0-14", | ||
| "laravel-elixir-vue-2": "^0.2.0", | "laravel-elixir-vue-2": "^0.2.0", | ||
| "laravel-elixir-webpack-official": "^1.0.2", | "laravel-elixir-webpack-official": "^1.0.2", | ||
| "lodash": "^4.16.2", | "lodash": "^4.16.2", | ||
| "vue": "^2.0.1", | "vue": "^2.0.1", | ||
| "vue-resource": "^1.0.3", | "vue-resource": "^1.0.3" | ||
| "admin-lte": "^2.3.6", | |||
| "bootstrap-less": "^3.3.8", | |||
| "font-awesome": "^4.6.3", | |||
| "icheck": "^1.0.2", | |||
| "ionicons": "^3.0.0", | |||
| "toastr": "^2.1.2" | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment