Server IP : 104.21.38.3 / Your IP : 162.158.163.214 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/coircraft.com/wp-content/plugins/caldera-forms/ |
Upload File : |
{ "name": "desertsnowman/caldera-forms", "description": "Create complex grid based, responsive forms easily with an easy to use drag and drop layout builder", "type": "wordpress-plugin", "keywords": [ "wordpress", "forms", "caldera" ], "license": "GPL-2.0-or-later", "authors": [ { "name": "Josh Pollock", "homepage": "https://JoshPress.net", "role": "Lead Developer" }, { "name": "David Cramer", "homepage": "http://cramer.co.za", "role": "Founding Developer" }, { "name": "Nicolas Figueira", "homepage": "https://newo.me/", "role": "Contributing Developer" } ], "homepage": "http://calderaforms.com", "require": { "php": ">=5.6.0", "inpsyde/wonolog": "^1.0", "calderawp/caldera-forms-query": "0.3.2", "calderawp/caldera-containers": "^0.2.0", "composer/installers": "^1.6", "a5hleyrich/wp-queue": "^1.3", "symfony/translation": "~3.0", "symfony/polyfill-mbstring": "1.20", "mossadal/math-parser": "^1.3", "pimple/pimple": "3.2.*" }, "autoload": { "psr-4": { "calderawp\\calderaforms\\pro\\": "includes/cf-pro-client/classes/", "calderawp\\calderaforms\\cf2\\": "cf2" }, "files": [ "./cf2/functions.php" ] }, "autoload-dev": { "psr-4": { "calderawp\\calderaforms\\Tests\\Unit\\": "tests/Unit/", "calderawp\\calderaforms\\Tests\\Util\\": "tests/Util/", "calderawp\\calderaforms\\Tests\\Integration\\": "tests/Integration/", "calderawp\\calderaforms\\Tests\\Util\\Traits\\": "tests/Util/Traits/" }, "files": [ "./tests/testing-cli.php" ] }, "require-dev": { "phpunit/phpunit": "^7.3", "johnpbloch/wordpress": "*", "brain/monkey": "^2.2", "mockery/mockery": ">=0.9 <2" }, "scripts": { "test:php": "composer test:unit && composer wp:tests", "dev:install": "composer install && yarn && composer wp:install && composer wp:activate && composer test:setup", "dev:destroy": "composer nuke && composer wp:destroy", "nuke": "rm yarn.lock && rm composer.lock && rm -rf node_modules/ && rm -rf vendor", "wp:install": "bash ./bin/install-docker.sh && composer wp:config", "wp:activate": "bash ./bin/activate-plugin.sh", "test:setup": "bash ./bin/setup-test-forms.sh", "test:delete": "bash ./bin/delete-test-forms.sh", "wp:config": "docker-compose run --rm cli wp rewrite structure '/%postname%/'", "wp:start": "composer wp:server-start && composer wp:server-url", "wp:server-start": "docker-compose up -d", "wp:server-url": "bash ./bin/echo-server-url.sh", "wp:tests": "docker-compose run --rm wordpress_phpunit vendor/bin/phpunit --configuration phpunit-integration.xml.dist", "wp:tests-now": "docker-compose run --rm wordpress_phpunit phpunit --configuration phpunit-integration.xml.dist --group now", "wp:destroy": "docker-compose rm --stop --force", "test:unit": "phpunit --configuration phpunit-unit.xml.dist" }, "config": { "preferred-install": { "*": "dist" } } }