Skip to content

Commit edce845

Browse files
committed
readme: added installation notice
1 parent b067672 commit edce845

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Nette Utility Classes
77
[![Latest Stable Version](https://poser.pugx.org/nette/utils/v/stable)](https://github.com/nette/utils/releases)
88
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/nette/utils/blob/master/license.md)
99

10+
Install it using Composer:
11+
12+
```
13+
composer require nette/utils
14+
```
15+
16+
The last stable release requires PHP version 5.6 or newer (is compatible with PHP 7.0 and 7.1). The dev-master version requires PHP 7.0.
17+
18+
1019
Nette\SmartObject: Strict classes
1120
---------------------------------
1221

0 commit comments

Comments
 (0)