Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles authored Aug 9, 2021
1 parent 44c0665 commit 016d518
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dynamikaweb/yii2-template
dynamikaweb/yii2-adaptive-menu
=========================
![php version](https://img.shields.io/packagist/php-v/dynamikaweb/yii2-template)
![pkg version](https://img.shields.io/packagist/v/dynamikaweb/yii2-template)
![license](https://img.shields.io/packagist/l/dynamikaweb/yii2-template)
![quality](https://img.shields.io/scrutinizer/quality/g/dynamikaweb/yii2-template)
![build](https://img.shields.io/scrutinizer/build/g/dynamikaweb/yii2-template)
![php version](https://img.shields.io/packagist/php-v/dynamikaweb/yii2-adaptive-menu)
![pkg version](https://img.shields.io/packagist/v/dynamikaweb/yii2-adaptive-menu)
![license](https://img.shields.io/packagist/l/dynamikaweb/yii2-adaptive-menu)
![quality](https://img.shields.io/scrutinizer/quality/g/dynamikaweb/yii2-adaptive-menu)
![build](https://img.shields.io/scrutinizer/build/g/dynamikaweb/yii2-adaptive-menu)

Installation
------------
Expand All @@ -13,13 +13,13 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```SHELL
$ composer require dynamikaweb/yii2-template "*"
$ composer require dynamikaweb/yii2-adaptive-menu "*"
```

or add

```JSON
"dynamikaweb/yii2-template": "*"
"dynamikaweb/yii2-adaptive-menu": "*"
```

to the `require` section of your `composer.json` file.
Expand Down

0 comments on commit 016d518

Please sign in to comment.