changed simialbi vendor to yiisoft
This commit is contained in:
parent
d3624356c3
commit
4fa2a36fcb
10
README.md
10
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.
|
||||
|
@ -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": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user