Skip to content

Commit

Permalink
PHP: require PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Apr 25, 2023
1 parent 8963199 commit 602d1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For details on how to use this package, check out our [documentation](.docs).

| State | Version | Branch | Nette | PHP |
|-------------|---------|----------|-------|---------|
| dev | `^0.7` | `master` | 3.0+ | `>=7.4` |
| dev | `^0.7` | `master` | 3.0+ | `>=8.0` |
| stable | `^0.6` | `master` | 3.0+ | `>=7.4` |

## Development
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=8.0",
"nette/bootstrap": "^3.2.0",
"nette/utils": "^3.2.9 || ^4.0.0"
},
Expand Down

0 comments on commit 602d1a1

Please sign in to comment.