From d202686a8b83542ad664db0668bb60693e8a35ac Mon Sep 17 00:00:00 2001 From: Eugene Terentev Date: Thu, 15 Nov 2018 10:43:57 +0200 Subject: [PATCH] Renamed to yii2-starter-kit/yii2-file-kit --- README.md | 9 ++++----- composer.json | 2 +- examples/WebDAVFlysystemBuilder.php | 2 +- package.json | 6 +++--- src/widget/assets/js/upload-kit.js | 2 +- 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6fa4eb2..e5a0b76 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[![Packagist](https://img.shields.io/packagist/dt/trntv/yii2-file-kit.svg)]() -[![Dependency Status](https://www.versioneye.com/php/trntv:yii2-file-kit/badge.svg)](https://www.versioneye.com/php/trntv:yii2-file-kit/2.0.0) +[![Packagist](https://img.shields.io/packagist/dt/yii2-starter-kit/yii2-file-kit.svg)]() This kit is designed to automate routine processes of uploading files, their saving and storage. It includes: @@ -12,7 +11,7 @@ Here you can see list of available [filesystem adapters](https://github.com/thep Demo ---- -Since file kit is a part of [yii2-starter-kit](https://github.com/trntv/yii2-starter-kit) it's demo can be found in starter kit demo [here](http://backend.yii2-starter-kit.terentev.net/article/create). +Since file kit is a part of [yii2-starter-kit](https://github.com/yii2-starter-kit/yii2-starter-kit) it's demo can be found in starter kit demo [here](http://backend.yii2-starter-kit.terentev.net/article/create). # Installation The preferred way to install this extension is through [composer](http://getcomposer.org/download/). @@ -20,13 +19,13 @@ The preferred way to install this extension is through [composer](http://getcomp Either run ``` -php composer.phar require trntv/yii2-file-kit +php composer.phar require yii2-starter-kit/yii2-file-kit ``` or add ``` -"trntv/yii2-file-kit": "@stable" +"yii2-starter-kit/yii2-file-kit": "@stable" ``` to the require section of your `composer.json` file. diff --git a/composer.json b/composer.json index 991ac30..0cd86bf 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "trntv/yii2-file-kit", + "name": "yii2-starter-kit/yii2-file-kit", "description": "Yii2 file upload and storage kit", "type": "yii2-extension", "license": "BSD-3-Clause", diff --git a/examples/WebDAVFlysystemBuilder.php b/examples/WebDAVFlysystemBuilder.php index b59ca67..65d274b 100644 --- a/examples/WebDAVFlysystemBuilder.php +++ b/examples/WebDAVFlysystemBuilder.php @@ -7,7 +7,7 @@ /** * Class WebDAVFlysystemBuilder * @author Artem Dekhtyar - * @link https://github.com/trntv/yii2-file-kit/issues/46 + * @link https://github.com/yii2-starter-kit/yii2-file-kit/issues/46 */ class WebDAVFlysystemBuilder implements FilesystemBuilderInterface { diff --git a/package.json b/package.json index 3322f43..c9068b8 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "main": "gulpfile.js", "repository": { "type": "git", - "url": "git+https://github.com/trntv/yii2-file-kit.git" + "url": "git+https://github.com/yii2-starter-kit/yii2-file-kit.git" }, "author": "Eugene Terentev", "bugs": { - "url": "https://github.com/trntv/yii2-file-kit/issues" + "url": "https://github.com/yii2-starter-kit/yii2-file-kit/issues" }, - "homepage": "https://github.com/trntv/yii2-file-kit#readme", + "homepage": "https://github.com/yii2-starter-kit/yii2-file-kit#readme", "devDependencies": { "gulp": "^3.9.0", "gulp-less": "^3.0.3", diff --git a/src/widget/assets/js/upload-kit.js b/src/widget/assets/js/upload-kit.js index ab30114..4f4cf10 100755 --- a/src/widget/assets/js/upload-kit.js +++ b/src/widget/assets/js/upload-kit.js @@ -1,6 +1,6 @@ /*! * Yii2 File Kit library - * http://github.com/trntv/yii2-file-kit + * http://github.com/yii2-starter-kit/yii2-file-kit * * Author: Eugine Terentev *