Skip to content

Commit

Permalink
PHP: require 7.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jul 3, 2023
1 parent 50875f3 commit a7cc92b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ For details on how to use this package, check out our [documentation](.docs).

| State | Version | Branch | Nette | PHP |
|-------------|-------------|----------|--------|---------|
| dev | `^0.8` | `master` | `3.0+` | `>=7.2` |
| stable | `^0.7` | `master` | `3.0+` | `^7.2` |
| stable | `^0.3` | `master` | `2.4` | `^7.1` |
| dev | `^0.8` | `master` | `3.0+` | `>=7.4` |
| stable | `^0.7` | `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 @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.4",
"contributte/di": "^0.5.0",
"symfony/console": "^4.2.5|^5.0.0|^6.0.0",
"nettrine/annotations": "^0.7.0 || ^0.8.0",
Expand Down

0 comments on commit a7cc92b

Please sign in to comment.