Skip to content

Commit

Permalink
PHP: require 8.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 26, 2022
1 parent 0b0361c commit 673f29a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -32,10 +32,10 @@ For details on how to use this package, check out our [documentation](.docs).

## Versions

| State | Version | Branch | Nette | PHP |
|----------|---------|--------------|----------|----------|
| dev | `^0.9` | `master` | `3.0+` | `>=7.2` |
| stable | `^0.8` | `master` | `3.0+` | `>=7.2` |
| State | Version | Branch | Nette | PHP |
|----------|---------|--------------|----------|---------|
| dev | `^0.9` | `master` | `3.0+` | `>=8.0` |
| stable | `^0.8` | `master` | `3.0+` | `>=7.2` |

## Development

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=8.0",
"contributte/utils": "^0.6.0",
"nette/di": "^3.0.0",
"nextras/orm": "^4.0"
Expand Down

0 comments on commit 673f29a

Please sign in to comment.