Skip to content

Commit

Permalink
update getting started requirements min php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Jun 22, 2024
1 parent 9e9ae62 commit 81f089e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight = 1

## Requirements

Phel requires PHP 8.0 or higher and [Composer](https://getcomposer.org/).
Phel requires PHP 8.2 or higher and [Composer](https://getcomposer.org/).

## Quick start with a scaffolding template

Expand Down Expand Up @@ -44,6 +44,7 @@ composer require phel-lang/phel-lang
> Optionally, you can create `phel-config.php` at the root of the project:
> ```php
> <?php
>
> return (new \Phel\Config\PhelConfig())
> ->setSrcDirs(['src']);
> ```
Expand Down

0 comments on commit 81f089e

Please sign in to comment.