Skip to content

Commit cf8f133

Browse files
committed
readme: added installation notice
1 parent 3b5b790 commit cf8f133

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ The [Nette Database Core](https://doc.nette.org/database-core) is a wrapper arou
1717

1818
The [Nette Database Explorer](https://doc.nette.org/database-explorer) layer helps you to fetch database data more easily and in a more optimized way.
1919

20+
Installation
21+
------------
22+
23+
Install it using Composer:
24+
25+
```
26+
composer require nette/database
27+
```
28+
29+
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.1.
30+
2031

2132
Documentation
2233
-------------

0 commit comments

Comments
 (0)