fair-parent-theme/composer.json
Joe Dolson 88c57e76ae Fix composer package type.
Signed-off-by: Joe Dolson <design@joedolson.com>
2025-07-24 13:25:04 -05:00

20 lines
No EOL
421 B
JSON

{
"name": "fairpm/fair-parent-theme",
"type": "wordpress-theme",
"description": "FAIR Package Manager network theme.",
"keywords": [
"fairpm",
"theme"
],
"homepage": "https://github.com/fairpm/fair-parent-theme/",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Contributors",
"homepage": "https://github.com/fairpm/fair-parent-theme/graphs/contributors"
}
],
"require": {
"php": ">=8.1"
}
}