Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add note about php version
  • Loading branch information
BrianGilbert authored Oct 18, 2024
1 parent 9aa8d49 commit 706208d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Foundry install profile is designed to be a good starting point for most web

## Recommended usage

Create a directory for your project then use the `composer create-project` command to download the required code as shown here:
Create a directory for your project then use the `composer create-project` command to download the required code as shown here (as of Drupal 11 you will require php 8.3 to execute this):

```
composer create-project -s dev realityloop/foundry [destination]
Expand Down Expand Up @@ -48,4 +48,4 @@ npm i
git config core.hooksPath .git-hooks
```

Any PR's without conventional commit messages will be closed.
Any PR's without conventional commit messages will be closed.

0 comments on commit 706208d

Please sign in to comment.