changed simialbi vendor to yiisoft

This commit is contained in:
Simon Karlen 2021-08-02 11:00:24 +02:00
parent d3624356c3
commit 4fa2a36fcb
No known key found for this signature in database
GPG Key ID: 0630C27D666EBCC3
2 changed files with 7 additions and 7 deletions

View File

@ -14,9 +14,9 @@ For license information check the [LICENSE](LICENSE.md)-file.
Documentation is at [docs/guide/README.md](docs/guide/README.md). 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) [![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/simialbi/yii2-bootstrap5/downloads.png)](https://packagist.org/packages/simialbi/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/simialbi/yii2-bootstrap5/workflows/build/badge.svg)](https://github.com/simialbi/yii2-bootstrap5/actions) [![Build Status](https://github.com/yiisoft/yii2-bootstrap5/workflows/build/badge.svg)](https://github.com/yiisoft/yii2-bootstrap5/actions)
Installation Installation
@ -27,13 +27,13 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run Either run
``` ```
php composer.phar require --prefer-dist simialbi/yii2-bootstrap5 php composer.phar require --prefer-dist yiisoft/yii2-bootstrap5
``` ```
or add or add
``` ```
"simialbi/yii2-bootstrap5": "~1.0@dev" "yiisoft/yii2-bootstrap5": "~1.0@dev"
``` ```
to the require section of your `composer.json` file. to the require section of your `composer.json` file.

View File

@ -1,5 +1,5 @@
{ {
"name": "simialbi/yii2-bootstrap5", "name": "yiisoft/yii2-bootstrap5",
"description": "The Twitter Bootstrap v5 extension for the Yii framework", "description": "The Twitter Bootstrap v5 extension for the Yii framework",
"version": "1.0.0", "version": "1.0.0",
"keywords": [ "keywords": [
@ -10,7 +10,7 @@
"type": "yii2-extension", "type": "yii2-extension",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"support": { "support": {
"source": "https://github.com/simialbi/yii2-bootstrap5" "source": "https://github.com/yiisoft/yii2-bootstrap5"
}, },
"authors": [ "authors": [
{ {