芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/facebook-for-woocommerce/vendor/composer/installed.json
{ "packages": [ { "name": "composer/installers", "version": "v1.12.0", "version_normalized": "1.12.0.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19", "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0" }, "replace": { "roundcube/plugin-installer": "*", "shama/baton": "*" }, "require-dev": { "composer/composer": "1.6.* || ^2.0", "composer/semver": "^1 || ^3", "phpstan/phpstan": "^0.12.55", "phpstan/phpstan-phpunit": "^0.12.16", "symfony/phpunit-bridge": "^4.2 || ^5", "symfony/process": "^2.3" }, "time": "2021-09-13T08:19:44+00:00", "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-main": "1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Composer\\Installers\\": "src/Composer/Installers" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "homepage": "https://github.com/shama" } ], "description": "A multi-framework Composer library installer", "homepage": "https://composer.github.io/installers/", "keywords": [ "Craft", "Dolibarr", "Eliasis", "Hurad", "ImageCMS", "Kanboard", "Lan Management System", "MODX Evo", "MantisBT", "Mautic", "Maya", "OXID", "Plentymarkets", "Porto", "RadPHP", "SMF", "Starbug", "Thelia", "Whmcs", "WolfCMS", "agl", "aimeos", "annotatecms", "attogram", "bitrix", "cakephp", "chef", "cockpit", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "eZ Platform", "elgg", "expressionengine", "fuelphp", "grav", "installer", "itop", "joomla", "known", "kohana", "laravel", "lavalite", "lithium", "magento", "majima", "mako", "mediawiki", "miaoxing", "modulework", "modx", "moodle", "osclass", "pantheon", "phpbb", "piwik", "ppi", "processwire", "puppet", "pxcms", "reindex", "roundcube", "shopware", "silverstripe", "sydes", "sylius", "symfony", "tastyigniter", "typo3", "wordpress", "yawik", "zend", "zikula" ], "support": { "issues": "https://github.com/composer/installers/issues", "source": "https://github.com/composer/installers/tree/v1.12.0" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "install-path": "./installers" }, { "name": "facebook/capi-param-builder-php", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/facebook/capi-param-builder.git", "reference": "b9ddd734c11a44d99f0d71913255a70cbc43b35b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/facebook/capi-param-builder/zipball/b9ddd734c11a44d99f0d71913255a70cbc43b35b", "reference": "b9ddd734c11a44d99f0d71913255a70cbc43b35b", "shasum": "" }, "require": { "php": ">=7.4" }, "require-dev": { "phpunit/phpunit": "^8.5" }, "time": "2025-08-04T23:12:03+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "FacebookAds\\": "php/capi-param-builder/src/" } }, "notification-url": "https://packagist.org/downloads/", "description": "Parameter builder SDK for Conversion API events", "support": { "issues": "https://github.com/facebook/capi-param-builder/issues", "source": "https://github.com/facebook/capi-param-builder/tree/v1.0.1" }, "install-path": "../facebook/capi-param-builder-php" }, { "name": "firebase/php-jwt", "version": "v6.10.0", "version_normalized": "6.10.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "a49db6f0a5033aef5143295342f1c95521b075ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff", "reference": "a49db6f0a5033aef5143295342f1c95521b075ff", "shasum": "" }, "require": { "php": "^7.4||^8.0" }, "require-dev": { "guzzlehttp/guzzle": "^6.5||^7.4", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "psr/cache": "^1.0||^2.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0" }, "suggest": { "ext-sodium": "Support EdDSA (Ed25519) signatures", "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "time": "2023-12-01T16:26:39+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "keywords": [ "jwt", "php" ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", "source": "https://github.com/firebase/php-jwt/tree/v6.10.0" }, "install-path": "../firebase/php-jwt" }, { "name": "woocommerce/action-scheduler-job-framework", "version": "2.0.0", "version_normalized": "2.0.0.0", "source": { "type": "git", "url": "https://github.com/woocommerce/action-scheduler-job-framework.git", "reference": "b0b21b9cc87e476ba7f8817050b39274ea7d6732" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/woocommerce/action-scheduler-job-framework/zipball/b0b21b9cc87e476ba7f8817050b39274ea7d6732", "reference": "b0b21b9cc87e476ba7f8817050b39274ea7d6732", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "woocommerce/woocommerce-sniffs": "0.1.0" }, "time": "2021-05-20T02:32:48+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Automattic\\WooCommerce\\ActionSchedulerJobFramework\\": "src/" } }, "scripts": { "phpcs": [ "phpcs -s -p" ] }, "license": [ "GNU" ], "description": "A job framework for Action Scheduler (actionscheduler.org)", "support": { "source": "https://github.com/woocommerce/action-scheduler-job-framework/tree/2.0.0", "issues": "https://github.com/woocommerce/action-scheduler-job-framework/issues" }, "install-path": "../woocommerce/action-scheduler-job-framework" }, { "name": "woocommerce/grow", "version": "dev-compat-checker", "version_normalized": "dev-compat-checker", "source": { "type": "git", "url": "https://github.com/woocommerce/grow.git", "reference": "3bc225916439d7b93d4f5ecb209c94fb47e76172" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/woocommerce/grow/zipball/3bc225916439d7b93d4f5ecb209c94fb47e76172", "reference": "3bc225916439d7b93d4f5ecb209c94fb47e76172", "shasum": "" }, "require-dev": { "woocommerce/woocommerce-sniffs": "^0.1.3" }, "time": "2025-06-25T12:19:53+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Automattic\\WooCommerce\\Grow\\Tools\\CompatChecker\\v0_0_1\\": "src/" } }, "license": [ "GPL-3.0" ], "description": "Compatibility checker for Woo Grow extensions", "support": { "source": "https://github.com/woocommerce/grow/tree/compat-checker", "issues": "https://github.com/woocommerce/grow/issues" }, "install-path": "../woocommerce/grow" } ], "dev": false, "dev-package-names": [] }