Skip to content

Commit

Permalink
requires PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 1, 2021
1 parent 6321473 commit 3f09cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.2 <8.1",
"php": ">=8.0 <8.1",
"ext-pdo": "*",
"nette/caching": "^3.0",
"nette/utils": "^3.2.1"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The recommended way to install is via Composer:
composer require nette/database
```

It requires PHP version 7.2 and supports PHP up to 8.0.
It requires PHP version 8.0.


Usage
Expand Down

0 comments on commit 3f09cc0

Please sign in to comment.