Changeset 3254866
- Timestamp:
- 03/12/2025 03:15:03 PM (13 months ago)
- Location:
- trustcaptcha
- Files:
-
- 93 added
- 5 deleted
- 7 edited
-
. (modified) (1 prop)
-
assets/icon-128x128.png (added)
-
assets/icon.svg (added)
-
trunk/BUILD.md (deleted)
-
trunk/assets (added)
-
trunk/assets/css (added)
-
trunk/assets/css/settings.css (added)
-
trunk/assets/img (added)
-
trunk/assets/img/plugins (added)
-
trunk/assets/img/plugins/bbpress.png (added)
-
trunk/assets/img/plugins/contactforms7.png (added)
-
trunk/assets/img/plugins/elementor.png (added)
-
trunk/assets/img/plugins/fluent-forms.png (added)
-
trunk/assets/img/plugins/forminator.png (added)
-
trunk/assets/img/plugins/gravityforms.png (added)
-
trunk/assets/img/plugins/mailchimp.png (added)
-
trunk/assets/img/plugins/ninja-forms.png (added)
-
trunk/assets/img/plugins/woocommerce.png (added)
-
trunk/assets/img/plugins/wordpress.png (added)
-
trunk/assets/img/plugins/wpforms.png (added)
-
trunk/assets/img/tc-icon-light.svg (added)
-
trunk/assets/img/tc-logo-light.svg (added)
-
trunk/assets/js (added)
-
trunk/assets/js/contactForm7.js (added)
-
trunk/assets/js/elementor.js (added)
-
trunk/assets/js/fluentForms.js (added)
-
trunk/assets/js/form.js (added)
-
trunk/assets/js/forminator.js (added)
-
trunk/assets/js/ninjaforms.js (added)
-
trunk/assets/js/woocommerce.js (added)
-
trunk/assets/js/wordpressComment.js (added)
-
trunk/assets/js/wpForms.js (added)
-
trunk/global.d.ts (added)
-
trunk/integrations (deleted)
-
trunk/languages (deleted)
-
trunk/package-lock.json (added)
-
trunk/package.json (added)
-
trunk/phpcs.xml (added)
-
trunk/src (added)
-
trunk/src/php (added)
-
trunk/src/php/Initializer.php (added)
-
trunk/src/php/Plugins (added)
-
trunk/src/php/Plugins/BBPress (added)
-
trunk/src/php/Plugins/BBPress/NewTopic.php (added)
-
trunk/src/php/Plugins/BBPress/Reply.php (added)
-
trunk/src/php/Plugins/ContactForm7 (added)
-
trunk/src/php/Plugins/ContactForm7/ContactForm7.php (added)
-
trunk/src/php/Plugins/Elementor (added)
-
trunk/src/php/Plugins/Elementor/ElementorForms.php (added)
-
trunk/src/php/Plugins/FluentForms (added)
-
trunk/src/php/Plugins/FluentForms/FluentForms.php (added)
-
trunk/src/php/Plugins/FluentForms/TrustcaptchaElement.php (added)
-
trunk/src/php/Plugins/Forminator (added)
-
trunk/src/php/Plugins/Forminator/ForminatorForms.php (added)
-
trunk/src/php/Plugins/GravityForms (added)
-
trunk/src/php/Plugins/GravityForms/GravityForms.php (added)
-
trunk/src/php/Plugins/GravityForms/TrustcaptchaField.php (added)
-
trunk/src/php/Plugins/Mailchimp (added)
-
trunk/src/php/Plugins/Mailchimp/MailchimpForms.php (added)
-
trunk/src/php/Plugins/NinjaForms (added)
-
trunk/src/php/Plugins/NinjaForms/NinjaForms.php (added)
-
trunk/src/php/Plugins/NinjaForms/TrustcaptchaField.php (added)
-
trunk/src/php/Plugins/NinjaForms/templates (added)
-
trunk/src/php/Plugins/NinjaForms/templates/fields-trustcaptcha.html (added)
-
trunk/src/php/Plugins/Plugin.php (added)
-
trunk/src/php/Plugins/WPForms (added)
-
trunk/src/php/Plugins/WPForms/WPForms.php (added)
-
trunk/src/php/Plugins/Woocommerce (added)
-
trunk/src/php/Plugins/Woocommerce/Checkout.php (added)
-
trunk/src/php/Plugins/Woocommerce/Login.php (added)
-
trunk/src/php/Plugins/Woocommerce/LostPassword.php (added)
-
trunk/src/php/Plugins/Woocommerce/Register.php (added)
-
trunk/src/php/Plugins/Wordpress (added)
-
trunk/src/php/Plugins/Wordpress/Comment.php (added)
-
trunk/src/php/Plugins/Wordpress/Login.php (added)
-
trunk/src/php/Plugins/Wordpress/LostPassword.php (added)
-
trunk/src/php/Plugins/Wordpress/Register.php (added)
-
trunk/src/php/Settings (added)
-
trunk/src/php/Settings/General.php (added)
-
trunk/src/php/Settings/Plugins.php (added)
-
trunk/src/php/Settings/Settings.php (added)
-
trunk/src/php/Trustcaptcha.php (added)
-
trunk/src/styles (added)
-
trunk/src/styles/settings.scss (added)
-
trunk/src/ts (added)
-
trunk/src/ts/contactForm7.ts (added)
-
trunk/src/ts/elementor.ts (added)
-
trunk/src/ts/fluentForms.ts (added)
-
trunk/src/ts/form.ts (added)
-
trunk/src/ts/forminator.ts (added)
-
trunk/src/ts/ninjaforms.ts (added)
-
trunk/src/ts/woocommerce.ts (added)
-
trunk/src/ts/wordpressComment.ts (added)
-
trunk/src/ts/wpForms.ts (added)
-
trunk/trustcaptcha_settings.php (deleted)
-
trunk/tsconfig.json (added)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_psr4.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (4 diffs)
-
trunk/vendor/composer/installed.json (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/vendor/trustcaptcha/trustcaptcha-php/src/AesEncryption.php (deleted)
-
trunk/vendor/trustcaptcha/trustcaptcha-php/tests (added)
-
trunk/vendor/trustcaptcha/trustcaptcha-php/tests/CaptchaManagerTest.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trustcaptcha
-
Property
svn:ignore
set to
node_modules
-
Property
svn:ignore
set to
-
trustcaptcha/trunk/vendor/autoload.php
r3185168 r3254866 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit cce021571cf51d5888b93f91a6ae7593::getLoader();25 return ComposerAutoloaderInit92a29e794688673a61d1bb11facdb2ce::getLoader(); -
trustcaptcha/trunk/vendor/composer/autoload_psr4.php
r3254837 r3254866 8 8 return array( 9 9 'Trustcaptcha\\' => array($baseDir . '/src/php', $vendorDir . '/trustcaptcha/trustcaptcha-php/src'), 10 'Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\' => array($vendorDir . '/dealerdirect/phpcodesniffer-composer-installer/src'),11 10 ); -
trustcaptcha/trunk/vendor/composer/autoload_real.php
r3185168 r3254866 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit cce021571cf51d5888b93f91a6ae75935 class ComposerAutoloaderInit92a29e794688673a61d1bb11facdb2ce 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit cce021571cf51d5888b93f91a6ae7593', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit92a29e794688673a61d1bb11facdb2ce', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit cce021571cf51d5888b93f91a6ae7593', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit92a29e794688673a61d1bb11facdb2ce', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit cce021571cf51d5888b93f91a6ae7593::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit92a29e794688673a61d1bb11facdb2ce::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
trustcaptcha/trunk/vendor/composer/autoload_static.php
r3254837 r3254866 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit cce021571cf51d5888b93f91a6ae75937 class ComposerStaticInit92a29e794688673a61d1bb11facdb2ce 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 11 11 array ( 12 12 'Trustcaptcha\\' => 13, 13 ),14 'D' =>15 array (16 'Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\' => 55,17 13 ), 18 14 ); … … 23 19 0 => __DIR__ . '/../..' . '/src/php', 24 20 1 => __DIR__ . '/..' . '/trustcaptcha/trustcaptcha-php/src', 25 ),26 'Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\' =>27 array (28 0 => __DIR__ . '/..' . '/dealerdirect/phpcodesniffer-composer-installer/src',29 21 ), 30 22 ); … … 37 29 { 38 30 return \Closure::bind(function () use ($loader) { 39 $loader->prefixLengthsPsr4 = ComposerStaticInit cce021571cf51d5888b93f91a6ae7593::$prefixLengthsPsr4;40 $loader->prefixDirsPsr4 = ComposerStaticInit cce021571cf51d5888b93f91a6ae7593::$prefixDirsPsr4;41 $loader->classMap = ComposerStaticInit cce021571cf51d5888b93f91a6ae7593::$classMap;31 $loader->prefixLengthsPsr4 = ComposerStaticInit92a29e794688673a61d1bb11facdb2ce::$prefixLengthsPsr4; 32 $loader->prefixDirsPsr4 = ComposerStaticInit92a29e794688673a61d1bb11facdb2ce::$prefixDirsPsr4; 33 $loader->classMap = ComposerStaticInit92a29e794688673a61d1bb11facdb2ce::$classMap; 42 34 43 35 }, null, ClassLoader::class); -
trustcaptcha/trunk/vendor/composer/installed.json
r3254837 r3254866 1 1 { 2 2 "packages": [ 3 {4 "name": "dealerdirect/phpcodesniffer-composer-installer",5 "version": "v0.7.2",6 "version_normalized": "0.7.2.0",7 "source": {8 "type": "git",9 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",10 "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"11 },12 "dist": {13 "type": "zip",14 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",15 "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",16 "shasum": ""17 },18 "require": {19 "composer-plugin-api": "^1.0 || ^2.0",20 "php": ">=5.3",21 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"22 },23 "require-dev": {24 "composer/composer": "*",25 "php-parallel-lint/php-parallel-lint": "^1.3.1",26 "phpcompatibility/php-compatibility": "^9.0"27 },28 "time": "2022-02-04T12:51:07+00:00",29 "type": "composer-plugin",30 "extra": {31 "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"32 },33 "installation-source": "dist",34 "autoload": {35 "psr-4": {36 "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"37 }38 },39 "notification-url": "https://packagist.org/downloads/",40 "license": [41 "MIT"42 ],43 "authors": [44 {45 "name": "Franck Nijhof",46 "email": "franck.nijhof@dealerdirect.com",47 "homepage": "http://www.frenck.nl",48 "role": "Developer / IT Manager"49 },50 {51 "name": "Contributors",52 "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"53 }54 ],55 "description": "PHP_CodeSniffer Standards Composer Installer Plugin",56 "homepage": "http://www.dealerdirect.com",57 "keywords": [58 "PHPCodeSniffer",59 "PHP_CodeSniffer",60 "code quality",61 "codesniffer",62 "composer",63 "installer",64 "phpcbf",65 "phpcs",66 "plugin",67 "qa",68 "quality",69 "standard",70 "standards",71 "style guide",72 "stylecheck",73 "tests"74 ],75 "support": {76 "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",77 "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"78 },79 "install-path": "../dealerdirect/phpcodesniffer-composer-installer"80 },81 {82 "name": "phpcompatibility/php-compatibility",83 "version": "9.3.5",84 "version_normalized": "9.3.5.0",85 "source": {86 "type": "git",87 "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",88 "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"89 },90 "dist": {91 "type": "zip",92 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",93 "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",94 "shasum": ""95 },96 "require": {97 "php": ">=5.3",98 "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"99 },100 "conflict": {101 "squizlabs/php_codesniffer": "2.6.2"102 },103 "require-dev": {104 "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"105 },106 "suggest": {107 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",108 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."109 },110 "time": "2019-12-27T09:44:58+00:00",111 "type": "phpcodesniffer-standard",112 "installation-source": "dist",113 "notification-url": "https://packagist.org/downloads/",114 "license": [115 "LGPL-3.0-or-later"116 ],117 "authors": [118 {119 "name": "Wim Godden",120 "homepage": "https://github.com/wimg",121 "role": "lead"122 },123 {124 "name": "Juliette Reinders Folmer",125 "homepage": "https://github.com/jrfnl",126 "role": "lead"127 },128 {129 "name": "Contributors",130 "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"131 }132 ],133 "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",134 "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",135 "keywords": [136 "compatibility",137 "phpcs",138 "standards"139 ],140 "support": {141 "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",142 "source": "https://github.com/PHPCompatibility/PHPCompatibility"143 },144 "install-path": "../phpcompatibility/php-compatibility"145 },146 {147 "name": "phpcompatibility/phpcompatibility-paragonie",148 "version": "1.3.3",149 "version_normalized": "1.3.3.0",150 "source": {151 "type": "git",152 "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",153 "reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac"154 },155 "dist": {156 "type": "zip",157 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/293975b465e0e709b571cbf0c957c6c0a7b9a2ac",158 "reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac",159 "shasum": ""160 },161 "require": {162 "phpcompatibility/php-compatibility": "^9.0"163 },164 "require-dev": {165 "dealerdirect/phpcodesniffer-composer-installer": "^1.0",166 "paragonie/random_compat": "dev-master",167 "paragonie/sodium_compat": "dev-master"168 },169 "suggest": {170 "dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",171 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."172 },173 "time": "2024-04-24T21:30:46+00:00",174 "type": "phpcodesniffer-standard",175 "installation-source": "dist",176 "notification-url": "https://packagist.org/downloads/",177 "license": [178 "LGPL-3.0-or-later"179 ],180 "authors": [181 {182 "name": "Wim Godden",183 "role": "lead"184 },185 {186 "name": "Juliette Reinders Folmer",187 "role": "lead"188 }189 ],190 "description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.",191 "homepage": "http://phpcompatibility.com/",192 "keywords": [193 "compatibility",194 "paragonie",195 "phpcs",196 "polyfill",197 "standards",198 "static analysis"199 ],200 "support": {201 "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",202 "security": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/security/policy",203 "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"204 },205 "funding": [206 {207 "url": "https://github.com/PHPCompatibility",208 "type": "github"209 },210 {211 "url": "https://github.com/jrfnl",212 "type": "github"213 },214 {215 "url": "https://opencollective.com/php_codesniffer",216 "type": "open_collective"217 }218 ],219 "install-path": "../phpcompatibility/phpcompatibility-paragonie"220 },221 {222 "name": "phpcompatibility/phpcompatibility-wp",223 "version": "2.1.6",224 "version_normalized": "2.1.6.0",225 "source": {226 "type": "git",227 "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",228 "reference": "80ccb1a7640995edf1b87a4409fa584cd5869469"229 },230 "dist": {231 "type": "zip",232 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/80ccb1a7640995edf1b87a4409fa584cd5869469",233 "reference": "80ccb1a7640995edf1b87a4409fa584cd5869469",234 "shasum": ""235 },236 "require": {237 "phpcompatibility/php-compatibility": "^9.0",238 "phpcompatibility/phpcompatibility-paragonie": "^1.0"239 },240 "require-dev": {241 "dealerdirect/phpcodesniffer-composer-installer": "^1.0"242 },243 "suggest": {244 "dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",245 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."246 },247 "time": "2025-01-16T22:34:19+00:00",248 "type": "phpcodesniffer-standard",249 "installation-source": "dist",250 "notification-url": "https://packagist.org/downloads/",251 "license": [252 "LGPL-3.0-or-later"253 ],254 "authors": [255 {256 "name": "Wim Godden",257 "role": "lead"258 },259 {260 "name": "Juliette Reinders Folmer",261 "role": "lead"262 }263 ],264 "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",265 "homepage": "http://phpcompatibility.com/",266 "keywords": [267 "compatibility",268 "phpcs",269 "standards",270 "static analysis",271 "wordpress"272 ],273 "support": {274 "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",275 "security": "https://github.com/PHPCompatibility/PHPCompatibilityWP/security/policy",276 "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"277 },278 "funding": [279 {280 "url": "https://github.com/PHPCompatibility",281 "type": "github"282 },283 {284 "url": "https://github.com/jrfnl",285 "type": "github"286 },287 {288 "url": "https://opencollective.com/php_codesniffer",289 "type": "open_collective"290 }291 ],292 "install-path": "../phpcompatibility/phpcompatibility-wp"293 },294 {295 "name": "squizlabs/php_codesniffer",296 "version": "3.11.3",297 "version_normalized": "3.11.3.0",298 "source": {299 "type": "git",300 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",301 "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10"302 },303 "dist": {304 "type": "zip",305 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10",306 "reference": "ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10",307 "shasum": ""308 },309 "require": {310 "ext-simplexml": "*",311 "ext-tokenizer": "*",312 "ext-xmlwriter": "*",313 "php": ">=5.4.0"314 },315 "require-dev": {316 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"317 },318 "time": "2025-01-23T17:04:15+00:00",319 "bin": [320 "bin/phpcbf",321 "bin/phpcs"322 ],323 "type": "library",324 "extra": {325 "branch-alias": {326 "dev-master": "3.x-dev"327 }328 },329 "installation-source": "dist",330 "notification-url": "https://packagist.org/downloads/",331 "license": [332 "BSD-3-Clause"333 ],334 "authors": [335 {336 "name": "Greg Sherwood",337 "role": "Former lead"338 },339 {340 "name": "Juliette Reinders Folmer",341 "role": "Current lead"342 },343 {344 "name": "Contributors",345 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"346 }347 ],348 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",349 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",350 "keywords": [351 "phpcs",352 "standards",353 "static analysis"354 ],355 "support": {356 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",357 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",358 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",359 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"360 },361 "funding": [362 {363 "url": "https://github.com/PHPCSStandards",364 "type": "github"365 },366 {367 "url": "https://github.com/jrfnl",368 "type": "github"369 },370 {371 "url": "https://opencollective.com/php_codesniffer",372 "type": "open_collective"373 },374 {375 "url": "https://thanks.dev/phpcsstandards",376 "type": "thanks_dev"377 }378 ],379 "install-path": "../squizlabs/php_codesniffer"380 },381 3 { 382 4 "name": "trustcaptcha/trustcaptcha-php", … … 443 65 }, 444 66 "install-path": "../trustcaptcha/trustcaptcha-php" 445 },446 {447 "name": "wp-coding-standards/wpcs",448 "version": "2.3.0",449 "version_normalized": "2.3.0.0",450 "source": {451 "type": "git",452 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",453 "reference": "7da1894633f168fe244afc6de00d141f27517b62"454 },455 "dist": {456 "type": "zip",457 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",458 "reference": "7da1894633f168fe244afc6de00d141f27517b62",459 "shasum": ""460 },461 "require": {462 "php": ">=5.4",463 "squizlabs/php_codesniffer": "^3.3.1"464 },465 "require-dev": {466 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",467 "phpcompatibility/php-compatibility": "^9.0",468 "phpcsstandards/phpcsdevtools": "^1.0",469 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"470 },471 "suggest": {472 "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."473 },474 "time": "2020-05-13T23:57:56+00:00",475 "type": "phpcodesniffer-standard",476 "installation-source": "dist",477 "notification-url": "https://packagist.org/downloads/",478 "license": [479 "MIT"480 ],481 "authors": [482 {483 "name": "Contributors",484 "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"485 }486 ],487 "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",488 "keywords": [489 "phpcs",490 "standards",491 "wordpress"492 ],493 "support": {494 "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",495 "source": "https://github.com/WordPress/WordPress-Coding-Standards",496 "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"497 },498 "install-path": "../wp-coding-standards/wpcs"499 67 } 500 68 ], 501 "dev": true, 502 "dev-package-names": [ 503 "dealerdirect/phpcodesniffer-composer-installer", 504 "phpcompatibility/php-compatibility", 505 "phpcompatibility/phpcompatibility-paragonie", 506 "phpcompatibility/phpcompatibility-wp", 507 "squizlabs/php_codesniffer", 508 "wp-coding-standards/wpcs" 509 ] 69 "dev": false, 70 "dev-package-names": [] 510 71 } -
trustcaptcha/trunk/vendor/composer/installed.php
r3254837 r3254866 8 8 'install_path' => __DIR__ . '/../../', 9 9 'aliases' => array(), 10 'dev' => true,10 'dev' => false, 11 11 ), 12 12 'versions' => array( 13 'dealerdirect/phpcodesniffer-composer-installer' => array(14 'pretty_version' => 'v0.7.2',15 'version' => '0.7.2.0',16 'reference' => '1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db',17 'type' => 'composer-plugin',18 'install_path' => __DIR__ . '/../dealerdirect/phpcodesniffer-composer-installer',19 'aliases' => array(),20 'dev_requirement' => true,21 ),22 'phpcompatibility/php-compatibility' => array(23 'pretty_version' => '9.3.5',24 'version' => '9.3.5.0',25 'reference' => '9fb324479acf6f39452e0655d2429cc0d3914243',26 'type' => 'phpcodesniffer-standard',27 'install_path' => __DIR__ . '/../phpcompatibility/php-compatibility',28 'aliases' => array(),29 'dev_requirement' => true,30 ),31 'phpcompatibility/phpcompatibility-paragonie' => array(32 'pretty_version' => '1.3.3',33 'version' => '1.3.3.0',34 'reference' => '293975b465e0e709b571cbf0c957c6c0a7b9a2ac',35 'type' => 'phpcodesniffer-standard',36 'install_path' => __DIR__ . '/../phpcompatibility/phpcompatibility-paragonie',37 'aliases' => array(),38 'dev_requirement' => true,39 ),40 'phpcompatibility/phpcompatibility-wp' => array(41 'pretty_version' => '2.1.6',42 'version' => '2.1.6.0',43 'reference' => '80ccb1a7640995edf1b87a4409fa584cd5869469',44 'type' => 'phpcodesniffer-standard',45 'install_path' => __DIR__ . '/../phpcompatibility/phpcompatibility-wp',46 'aliases' => array(),47 'dev_requirement' => true,48 ),49 'squizlabs/php_codesniffer' => array(50 'pretty_version' => '3.11.3',51 'version' => '3.11.3.0',52 'reference' => 'ba05f990e79cbe69b9f35c8c1ac8dca7eecc3a10',53 'type' => 'library',54 'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',55 'aliases' => array(),56 'dev_requirement' => true,57 ),58 13 'trustcaptcha/trustcaptcha-php' => array( 59 14 'pretty_version' => '1.2.0', … … 74 29 'dev_requirement' => false, 75 30 ), 76 'wp-coding-standards/wpcs' => array(77 'pretty_version' => '2.3.0',78 'version' => '2.3.0.0',79 'reference' => '7da1894633f168fe244afc6de00d141f27517b62',80 'type' => 'phpcodesniffer-standard',81 'install_path' => __DIR__ . '/../wp-coding-standards/wpcs',82 'aliases' => array(),83 'dev_requirement' => true,84 ),85 31 ), 86 32 );
Note: See TracChangeset
for help on using the changeset viewer.