| Server IP : 103.191.208.88 / Your IP : 216.73.216.44 Web Server : Microsoft-IIS/10.0 System : Windows NT COSMIC 10.0 build 20348 (Windows Server 2022) AMD64 User : IWPD_1831(willswel_) ( 0) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/Inetpub/vhosts/willswell.com/httpdocs/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.4",
"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
}