getgrav / getgrav/grav-plugin-devtools
Creating new-plugin: config.platform.php: 7.1.3 prevents installing packages requiring php 8.*
Open
- Dominant language
- PHP
- Stars
- 43
- Forks
- 29
- Avg merge
- 9h 28m
- Merged PRs (30d)
- 1
Description
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"
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.