From 74ceb78b7b50e4e58dc85c0b4db5052d62523d69 Mon Sep 17 00:00:00 2001 From: Toby Allen Date: Sun, 3 Mar 2024 20:51:42 +0000 Subject: [PATCH 1/2] Update installation.md made sodium extension requirement a little easier to read. --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index 32d621e..d9a7351 100644 --- a/installation.md +++ b/installation.md @@ -7,7 +7,7 @@ description: Create a new Laravel Zero project > **Requires:** >- [PHP 8.1+](https://php.net/releases) ->- [`sodium` PHP extension](https://php.net/manual/book.sodium.php) (required by [Box](https://github.com/box-project/box)) - if you are bundling to a Phar +>- [__sodium__ ](https://php.net/manual/book.sodium.php) PHP extension (required by [Box](https://github.com/box-project/box)) - if you are bundling to a Phar Laravel Zero utilizes [Composer 2](https://getcomposer.org) to manage its dependencies. So, before using Laravel Zero, make sure you have Composer installed on your machine. From d79387221e696166e8da7c86c4fb7b3a25aa016c Mon Sep 17 00:00:00 2001 From: Toby Allen Date: Tue, 5 Mar 2024 18:43:32 +0000 Subject: [PATCH 2/2] Update installation.md Yes that looks good. Co-authored-by: Owen Voke --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index d9a7351..67f134b 100644 --- a/installation.md +++ b/installation.md @@ -7,7 +7,7 @@ description: Create a new Laravel Zero project > **Requires:** >- [PHP 8.1+](https://php.net/releases) ->- [__sodium__ ](https://php.net/manual/book.sodium.php) PHP extension (required by [Box](https://github.com/box-project/box)) - if you are bundling to a Phar +>- [**`sodium`** PHP extension](https://php.net/manual/book.sodium.php) (required by [Box](https://github.com/box-project/box)) - if you are bundling to a Phar Laravel Zero utilizes [Composer 2](https://getcomposer.org) to manage its dependencies. So, before using Laravel Zero, make sure you have Composer installed on your machine.