From b5ee4c0c16e16cba5ee8ad2cff79d9e7b8792677 Mon Sep 17 00:00:00 2001 From: yarik Date: Fri, 24 Mar 2017 15:04:34 +0200 Subject: [PATCH] Composer secure off --- _composer.json | 57 --------------------------------------------------------- composer.json | 7 +------ 2 files changed, 1 insertion(+), 63 deletions(-) delete mode 100644 _composer.json diff --git a/_composer.json b/_composer.json deleted file mode 100644 index 3a71eee..0000000 --- a/_composer.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "artweb/artbox-basic", - "description": "Artbox Basic Project Template", - "keywords": [ - "yii2", - "cms", - "artweb", - "artbox", - "basic", - "project template" - ], - "homepage": "http://artweb.ua", - "type": "project", - "license": "BSD-3-Clause", - "support": { - "wiki": "http://www.yiiframework.com/wiki/" - }, - "minimum-stability": "dev", - "require": { - "php": ">=7.0", - "artweb/artbox-core": "*", - "yiisoft/yii2": "~2.0", - "yiisoft/yii2-bootstrap": "~2.0", - "yiisoft/yii2-swiftmailer": "~2.0", - "noam148/yii2-image-manager": "~1.0", - "yiister/yii2-gentelella": "~1.0", - "yii2tech/filedb": "~1.0", - "hiqdev/yii2-asset-pnotify": "~2.0", - "hiqdev/yii2-asset-icheck": "~1.0", - "google/apiclient": "^2.0" - }, - "require-dev": { - "yiisoft/yii2-debug": "~2.0.0", - "yiisoft/yii2-gii": "~2.0.0", - "yiisoft/yii2-faker": "~2.0.0", - "codeception/base": "^2.2.3", - "codeception/verify": "~0.3.1" - }, - "config": { - "process-timeout": 1800 - }, - "extra": { - "asset-installer-paths": { - "npm-asset-library": "vendor/npm", - "bower-asset-library": "vendor/bower" - } - }, - "scripts": { - "post-install-cmd": "php init --env=Development --overwrite=n" - }, - "autoload": { - "psr-4": { - "artbox\\core\\": "artweb/artbox-core/", - "artbox\\gentelella\\": "artweb/artbox-gentelella/" - } - } -} diff --git a/composer.json b/composer.json index bd87093..3b9d022 100644 --- a/composer.json +++ b/composer.json @@ -15,18 +15,13 @@ "support": { "wiki": "http://www.yiiframework.com/wiki/" }, - "minimum-stability": "dev", + "minimum-stability": "stable", "require": { "php": ">=7.0", "artweb/artbox-core": "@dev", "artweb/artbox-gentelella": "@dev" }, "require-dev": { - "yiisoft/yii2-debug": "~2.0.0", - "yiisoft/yii2-gii": "~2.0.0", - "yiisoft/yii2-faker": "~2.0.0", - "codeception/base": "^2.2.3", - "codeception/verify": "~0.3.1" }, "config": { "process-timeout": 1800 -- libgit2 0.21.4