When creating a new 'blank' plugin using devtools the following config section in composer.json, prevents installing packages that require php 8.* ``` "config": { "platform": { "php": "7.1.3" } } ```