| Server IP : 52.25.153.185 / Your IP : 216.73.217.131 Web Server : Apache System : Linux ip-172-26-6-158 5.10.0-35-cloud-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64 User : daemon ( 1) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /bitnami/wordpress/wp-content/plugins/fluentform/ |
Upload File : |
{
"name": "wpfluent/wpfluent",
"type": "project",
"description": "WPFluent - The best framework to build WordPress plugins.",
"keywords": [
"WordPress",
"framework",
"WPFluent"
],
"license": "MIT",
"authors": [
{
"name": "Sheikh Heera",
"email": "heera.sheikh77@gmail.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/wpfluent/framework"
}
],
"require": {
"wpfluent/framework": "^2.11.19",
"openspout/openspout": "^3.7"
},
"autoload": {
"psr-4": {
"FluentForm\\App\\": "app/",
"FluentForm\\Framework\\": "vendor/wpfluent/framework/src/WPFluent"
},
"classmap": [
"database/",
"app/Compat/"
],
"files": []
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
},
"wpfluent": {
"namespace": {
"current": "FluentForm"
}
}
},
"scripts": {
"post-install-cmd": [
"FluentForm\\App\\ComposerScript::postInstall"
],
"post-update-cmd": [
"FluentForm\\App\\ComposerScript::postUpdate"
]
},
"config": {
"platform": {
"php": "7.4"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}