Skip to content

Commit c9d0a25

Browse files
committed
update min support php 8.3 in gettins started
1 parent 4e04088 commit c9d0a25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ docker run -it --rm phellang/repl
6868

6969
## Get Started with Phel in Minutes
7070

71-
All you need is [PHP >=8.2](https://www.php.net/) and [Composer](https://getcomposer.org/).
71+
All you need is [PHP >=8.3](https://www.php.net/) and [Composer](https://getcomposer.org/).
7272

7373
> Follow our [Getting Started Guide](/documentation/getting-started) to build and run your first Phel program today.
7474

content/documentation/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight = 1
55

66
## Requirements
77

8-
- PHP 8.2+
8+
- PHP 8.3+
99
- [Composer](https://getcomposer.org/)
1010

1111
## Quick Start

0 commit comments

Comments
 (0)