Skip to content

Commit

Permalink
Add instalation README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Nov 19, 2023
1 parent 8f0051c commit 4fa74ab
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,23 @@
</a>
</p>

## Requirements
## Installation

The minimun version of `PHP` required by this package is `PHP 8.1`.
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

For install this package, you need [composer](https://getcomposer.org/).
Either run

```
composer require --dev --prefer-dist yii2-extensions/nested-sets-behavior
```

or add

```
"yii2-extensions/nested-sets-behavior": "dev-main"
```

to the require-dev section of your `composer.json` file.

## Quality code

Expand Down

0 comments on commit 4fa74ab

Please sign in to comment.