We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6321473 commit 3f09cc0Copy full SHA for 3f09cc0
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php": ">=7.2 <8.1",
+ "php": ">=8.0 <8.1",
19
"ext-pdo": "*",
20
"nette/caching": "^3.0",
21
"nette/utils": "^3.2.1"
readme.md
@@ -41,7 +41,7 @@ The recommended way to install is via Composer:
41
composer require nette/database
42
```
43
44
-It requires PHP version 7.2 and supports PHP up to 8.0.
+It requires PHP version 8.0.
45
46
47
Usage
0 commit comments