diff --git a/README.md b/README.md index 1dbf1d5..50a0f08 100644 --- a/README.md +++ b/README.md @@ -7,20 +7,20 @@

-

Yii2 Extension with Material Design for Bootstrap 4

+

Yii2 Extension with Material Design for Bootstrap 5

-# yii2-mdbootstrap -Extension to asset MDBootstrap Free with Bootstrap 4 in Yii2 Projects +# yii2-mdb-ui-kit +Extension to asset MDBootstrap Free with Bootstrap 5 in Yii2 Projects -[![Packagist Version (custom server)](https://img.shields.io/packagist/v/kingston-kms/yii2-mdbootstrap?style=plastic)](https://packagist.org/packages/kingston-kms/yii2-mdbootstrap) +[![Packagist Version (custom server)](https://img.shields.io/packagist/v/kingston-kms/yii2-mdb-ui-kit?style=plastic)](https://packagist.org/packages/kingston-kms/yii2-mdb-ui-kit) Demo ---- -You can see demo application on http://yii2-mdb-demo.dtkms.ru/ +You can see demo application on http://yii2-mdb-ui-kit.dtkms.ru/ Installation ------------ @@ -30,13 +30,13 @@ The preferred way to install this extension is through [composer](http://getcomp Either run ``` -composer require kingston-kms/yii2-mdbootstrap +composer require kingston-kms/yii2-mdb-ui-kit ``` or add ``` -"kingston-kms/yii2-mdbootstrap": "*" +"kingston-kms/yii2-mdb-ui-kit": "*" ``` to the require section of your `composer.json` file. diff --git a/composer.json b/composer.json index a0d75f5..32242e2 100755 --- a/composer.json +++ b/composer.json @@ -1,9 +1,10 @@ { "name": "kingston-kms/yii2-mdbootstrap", - "description": "Extension to asset MDBootstrap Free with Bootstrap 4 in Yii2 Projects", + "description": "Extension to asset MDBootstrap Free with Bootstrap 5 in Yii2 Projects", "type": "yii2-extension", - "keywords": ["yii","yii2","bootstrap","bootstrap4","mdbootstrap","yii2-extension","material design"], + "keywords": ["yii","yii2","bootstrap","mdb-ui-kit","bootstrap5","mdbootstrap","yii2-extension","material design"], "license": "BSD-3-Clause", + "version": "2.0.0", "authors": [ { "name": "Sergey Budnikov", @@ -12,10 +13,10 @@ ], "minimum-stability": "stable", "require": { - "php": ">=5.4.0", + "php": ">=7.2.0", "yiisoft/yii2": "~2.0", - "yiisoft/yii2-bootstrap4": "~2.0", - "npm-asset/mdbootstrap": "~4" + "yiisoft/yii2-bootstrap5": "~2.0", + "npm-asset/mdb-ui-kit": "~5" }, "repositories": [ { @@ -25,7 +26,7 @@ ], "autoload": { "psr-4": { - "kingston\\mdbootstrap\\": "src" + "kingston\\yii2mdbuikit\\": "src" } } } diff --git a/src/MDBootstrapAsset.php b/src/MDBootstrapAsset.php deleted file mode 100755 index b4085d3..0000000 --- a/src/MDBootstrapAsset.php +++ /dev/null @@ -1,15 +0,0 @@ -