Skip to content

Commit

Permalink
Composer: require PHP 8.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 2, 2024
1 parent 6b2ec13 commit 0944e2c
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 @@ -34,7 +34,7 @@ For details on how to use this package, check out our [documentation](.docs).

| State | Version | Branch | Nette | PHP |
|-------------|---------|----------|--------|---------|
| dev | `^0.10` | `master` | `3.1+` | `>=8.1` |
| dev | `^0.10` | `master` | `3.1+` | `>=8.2` |
| stable | `^0.9` | `master` | `3.1+` | `>=8.1` |

## Development
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"contributte/psr6-caching": "^0.2 || ^0.3",
"doctrine/dbal": "^3.6.7 || ^4.0",
"nette/di": "^3.2.2"
Expand Down

0 comments on commit 0944e2c

Please sign in to comment.