We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e04088 commit c9d0a25Copy full SHA for c9d0a25
content/_index.md
@@ -68,7 +68,7 @@ docker run -it --rm phellang/repl
68
69
## Get Started with Phel in Minutes
70
71
-All you need is [PHP >=8.2](https://www.php.net/) and [Composer](https://getcomposer.org/).
+All you need is [PHP >=8.3](https://www.php.net/) and [Composer](https://getcomposer.org/).
72
73
> Follow our [Getting Started Guide](/documentation/getting-started) to build and run your first Phel program today.
74
content/documentation/getting-started.md
@@ -5,7 +5,7 @@ weight = 1
5
6
## Requirements
7
8
-- PHP 8.2+
+- PHP 8.3+
9
- [Composer](https://getcomposer.org/)
10
11
## Quick Start
0 commit comments