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 Feb 4, 2025
1 parent 5669760 commit eacf0a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ For details on how to use this package, check out our [documentation](.docs).

| State | Version | Branch | Nette | PHP |
|-------------|---------|----------|-------|---------|
| dev | `^0.2` | `master` | 3.1+ | `>=8.1` |
| stable | `^0.1` | `master` | 3.1+ | `>=8.1` |
| dev | `^0.3` | `master` | 3.2+ | `>=8.2` |
| stable | `^0.2` | `master` | 3.2+ | `>=8.2` |

## Development

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"clue/framework-x": "^0.17.0",
"psr/container": "^2.0.2",
"nette/utils": "^4.0.0"
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
"dev-master": "0.3.x-dev"
}
}
}

0 comments on commit eacf0a1

Please sign in to comment.