From 4fa2a36fcbe63728cfa8ef1a929a604d83c1216f Mon Sep 17 00:00:00 2001 From: Simon Karlen Date: Mon, 2 Aug 2021 11:00:24 +0200 Subject: [PATCH] changed simialbi vendor to yiisoft --- README.md | 10 +++++----- composer.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e582067..c19ee63 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ For license information check the [LICENSE](LICENSE.md)-file. Documentation is at [docs/guide/README.md](docs/guide/README.md). -[![Latest Stable Version](https://poser.pugx.org/simialbi/yii2-bootstrap5/v/stable.png)](https://packagist.org/packages/simialbi/yii2-bootstrap5) -[![Total Downloads](https://poser.pugx.org/simialbi/yii2-bootstrap5/downloads.png)](https://packagist.org/packages/simialbi/yii2-bootstrap5) -[![Build Status](https://github.com/simialbi/yii2-bootstrap5/workflows/build/badge.svg)](https://github.com/simialbi/yii2-bootstrap5/actions) +[![Latest Stable Version](https://poser.pugx.org/yiisoft/yii2-bootstrap5/v/stable.png)](https://packagist.org/packages/yiisoft/yii2-bootstrap5) +[![Total Downloads](https://poser.pugx.org/yiisoft/yii2-bootstrap5/downloads.png)](https://packagist.org/packages/yiisoft/yii2-bootstrap5) +[![Build Status](https://github.com/yiisoft/yii2-bootstrap5/workflows/build/badge.svg)](https://github.com/yiisoft/yii2-bootstrap5/actions) Installation @@ -27,13 +27,13 @@ The preferred way to install this extension is through [composer](http://getcomp Either run ``` -php composer.phar require --prefer-dist simialbi/yii2-bootstrap5 +php composer.phar require --prefer-dist yiisoft/yii2-bootstrap5 ``` or add ``` -"simialbi/yii2-bootstrap5": "~1.0@dev" +"yiisoft/yii2-bootstrap5": "~1.0@dev" ``` to the require section of your `composer.json` file. diff --git a/composer.json b/composer.json index 87ab340..e007bb4 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "simialbi/yii2-bootstrap5", + "name": "yiisoft/yii2-bootstrap5", "description": "The Twitter Bootstrap v5 extension for the Yii framework", "version": "1.0.0", "keywords": [ @@ -10,7 +10,7 @@ "type": "yii2-extension", "license": "BSD-3-Clause", "support": { - "source": "https://github.com/simialbi/yii2-bootstrap5" + "source": "https://github.com/yiisoft/yii2-bootstrap5" }, "authors": [ {