23 lines
No EOL
467 B
JSON
23 lines
No EOL
467 B
JSON
{
|
|
"name": "wpify\/custom-fields",
|
|
"description": "WPify Custom Fields",
|
|
"type": "library",
|
|
"license": "GPL-2.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WpifyWooDeps\\Wpify\\CustomFields\\": "src\/"
|
|
},
|
|
"files": [
|
|
"functions.php"
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.4.33",
|
|
"ext-json": "*"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.4.33"
|
|
}
|
|
}
|
|
} |