Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f09cc0

Browse files
committedMar 1, 2021
requires PHP 8.0
1 parent 6321473 commit 3f09cc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.2 <8.1",
18+
"php": ">=8.0 <8.1",
1919
"ext-pdo": "*",
2020
"nette/caching": "^3.0",
2121
"nette/utils": "^3.2.1"

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The recommended way to install is via Composer:
4141
composer require nette/database
4242
```
4343

44-
It requires PHP version 7.2 and supports PHP up to 8.0.
44+
It requires PHP version 8.0.
4545

4646

4747
Usage

0 commit comments

Comments
 (0)
Please sign in to comment.