Skip to content

Commit 6ae3c26

Browse files
committed
Update README.md - add Composer command
1 parent 910f16f commit 6ae3c26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ To prevent this, you can specify the PHP version in the `config` section of `com
123123
},
124124
```
125125

126+
Alternatively, you can run the following command:
127+
```bash
128+
composer config platform.php 8.1
129+
```
130+
126131
### How do I use another directory than `public` as web root
127132

128133
By default the composer.json file is configures to put all Mautic core, plugin and theme files in the `public/` directory.

0 commit comments

Comments
 (0)