Файловый менеджер - Редактировать - /home/digitalm/studiodentisticodigitalecm/wp-content/plugins/security-ninja/vendor/composer/installed.json
Назад
{ "packages": [ { "name": "2amigos/2fa-library", "version": "3.0.0", "version_normalized": "3.0.0.0", "source": { "type": "git", "url": "https://github.com/2amigos/2fa-library.git", "reference": "1d858fd79389394b7432c46538e8a40169fcae9c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/2amigos/2fa-library/zipball/1d858fd79389394b7432c46538e8a40169fcae9c", "reference": "1d858fd79389394b7432c46538e8a40169fcae9c", "shasum": "" }, "require": { "2amigos/qrcode-library": "^2.0|^3.0", "paragonie/constant_time_encoding": "^1.4|^2.0|9.99.99", "paragonie/random_compat": "^2.0", "php": ">=7.4" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.45", "phpmd/phpmd": "@stable", "phpunit/phpunit": "^9.6", "psr/container": "^2.0.1|^2.0.2", "squizlabs/php_codesniffer": "^3.7" }, "time": "2024-01-20T08:23:00+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Da\\TwoFA\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "2amigOS! Consulting Group", "email": "hola@2amigos.us", "homepage": "http://2amigos.us", "role": "Developer" } ], "description": "2 Factor Authentication (2FA) library", "homepage": "http://www.2amigos.us/open-source/details/twofa-library", "keywords": [ "2amigos", "2fa", "authenticator", "extension", "hotp", "library", "php", "totp" ], "support": { "issues": "https://github.com/2amigos/2fa-library/issues", "source": "https://github.com/2amigos/2fa-library" }, "install-path": "../2amigos/2fa-library" }, { "name": "2amigos/qrcode-library", "version": "3.1.0", "version_normalized": "3.1.0.0", "source": { "type": "git", "url": "https://github.com/2amigos/qrcode-library.git", "reference": "a8b90412220582728e00f20bbd1601d0b459435d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/2amigos/qrcode-library/zipball/a8b90412220582728e00f20bbd1601d0b459435d", "reference": "a8b90412220582728e00f20bbd1601d0b459435d", "shasum": "" }, "require": { "bacon/bacon-qr-code": "^2.0", "ext-gd": "*", "ext-simplexml": "*", "khanamiryan/qrcode-detector-decoder": "^1.0", "marc-mabe/php-enum": "^4.7", "php": ">=7.3" }, "require-dev": { "codeception/codeception": "*", "codeception/module-asserts": "2.0.1", "codeception/module-filesystem": "^1.0", "codeception/module-laravel": "^2.1", "codeception/module-yii2": "^1.0", "codeception/specify": "^0.4.3", "codeception/verify": "^0.3.1", "friendsofphp/php-cs-fixer": "^2.3", "laravel/framework": "^8.83", "phpmd/phpmd": "@stable", "roave/security-advisories": "dev-master", "scrutinizer/ocular": "~1.1", "squizlabs/php_codesniffer": "*", "yiisoft/yii2": "^2.0" }, "time": "2023-12-13T12:18:05+00:00", "type": "library", "extra": { "laravel": { "providers": [ "Da\\QrCode\\Providers\\QrCodeServiceProvider" ] }, "branch-alias": { "dev-master": "1.0-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Da\\QrCode\\": "./src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "2amigOS! Consulting Group", "email": "hola@2amigos.us", "homepage": "https://2am.tech", "role": "Developer" } ], "description": "QrCode Generator", "homepage": "https://2am.tech/our-work/open-source/qrcode-library", "keywords": [ "2amigos", "component", "extension", "qr", "qrcode" ], "support": { "issues": "https://github.com/2amigos/qrcode-library/issues", "source": "https://github.com/2amigos/qrcode-library" }, "install-path": "../2amigos/qrcode-library" }, { "name": "bacon/bacon-qr-code", "version": "2.0.8", "version_normalized": "2.0.8.0", "source": { "type": "git", "url": "https://github.com/Bacon/BaconQrCode.git", "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22", "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22", "shasum": "" }, "require": { "dasprid/enum": "^1.0.3", "ext-iconv": "*", "php": "^7.1 || ^8.0" }, "require-dev": { "phly/keep-a-changelog": "^2.1", "phpunit/phpunit": "^7 | ^8 | ^9", "spatie/phpunit-snapshot-assertions": "^4.2.9", "squizlabs/php_codesniffer": "^3.4" }, "suggest": { "ext-imagick": "to generate QR code images" }, "time": "2022-12-07T17:46:57+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "BaconQrCode\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Ben Scholzen 'DASPRiD'", "email": "mail@dasprids.de", "homepage": "https://dasprids.de/", "role": "Developer" } ], "description": "BaconQrCode is a QR code generator for PHP.", "homepage": "https://github.com/Bacon/BaconQrCode", "support": { "issues": "https://github.com/Bacon/BaconQrCode/issues", "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8" }, "install-path": "../bacon/bacon-qr-code" }, { "name": "chillerlan/php-qrcode", "version": "5.0.3", "version_normalized": "5.0.3.0", "source": { "type": "git", "url": "https://github.com/chillerlan/php-qrcode.git", "reference": "42e215640e9ebdd857570c9e4e52245d1ee51de2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/42e215640e9ebdd857570c9e4e52245d1ee51de2", "reference": "42e215640e9ebdd857570c9e4e52245d1ee51de2", "shasum": "" }, "require": { "chillerlan/php-settings-container": "^2.1.6 || ^3.2.1", "ext-mbstring": "*", "php": "^7.4 || ^8.0" }, "require-dev": { "chillerlan/php-authenticator": "^4.3.1 || ^5.2.1", "ext-fileinfo": "*", "phan/phan": "^5.4.5", "phpcompatibility/php-compatibility": "10.x-dev", "phpmd/phpmd": "^2.15", "phpunit/phpunit": "^9.6", "setasign/fpdf": "^1.8.2", "slevomat/coding-standard": "^8.15", "squizlabs/php_codesniffer": "^3.11" }, "suggest": { "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.", "setasign/fpdf": "Required to use the QR FPDF output.", "simple-icons/simple-icons": "SVG icons that you can use to embed as logos in the QR Code" }, "time": "2024-11-21T16:12:34+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "chillerlan\\QRCode\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT", "Apache-2.0" ], "authors": [ { "name": "Kazuhiko Arase", "homepage": "https://github.com/kazuhikoarase/qrcode-generator" }, { "name": "ZXing Authors", "homepage": "https://github.com/zxing/zxing" }, { "name": "Ashot Khanamiryan", "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder" }, { "name": "Smiley", "email": "smiley@chillerlan.net", "homepage": "https://github.com/codemasher" }, { "name": "Contributors", "homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors" } ], "description": "A QR Code generator and reader with a user-friendly API. PHP 7.4+", "homepage": "https://github.com/chillerlan/php-qrcode", "keywords": [ "phpqrcode", "qr", "qr code", "qr-reader", "qrcode", "qrcode-generator", "qrcode-reader" ], "support": { "docs": "https://php-qrcode.readthedocs.io", "issues": "https://github.com/chillerlan/php-qrcode/issues", "source": "https://github.com/chillerlan/php-qrcode" }, "funding": [ { "url": "https://ko-fi.com/codemasher", "type": "Ko-Fi" } ], "install-path": "../chillerlan/php-qrcode" }, { "name": "chillerlan/php-settings-container", "version": "2.1.6", "version_normalized": "2.1.6.0", "source": { "type": "git", "url": "https://github.com/chillerlan/php-settings-container.git", "reference": "5553558bd381fce5108c6d0343c12e488cfec6bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/5553558bd381fce5108c6d0343c12e488cfec6bb", "reference": "5553558bd381fce5108c6d0343c12e488cfec6bb", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.4 || ^8.0" }, "require-dev": { "phpmd/phpmd": "^2.15", "phpstan/phpstan": "^1.11", "phpstan/phpstan-deprecation-rules": "^1.2", "phpunit/phpunit": "^9.6", "squizlabs/php_codesniffer": "^3.10" }, "time": "2024-07-17T01:04:28+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "chillerlan\\Settings\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Smiley", "email": "smiley@chillerlan.net", "homepage": "https://github.com/codemasher" } ], "description": "A container class for immutable settings objects. Not a DI container. PHP 7.4+", "homepage": "https://github.com/chillerlan/php-settings-container", "keywords": [ "PHP7", "Settings", "configuration", "container", "helper" ], "support": { "issues": "https://github.com/chillerlan/php-settings-container/issues", "source": "https://github.com/chillerlan/php-settings-container" }, "funding": [ { "url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4", "type": "custom" }, { "url": "https://ko-fi.com/codemasher", "type": "ko_fi" } ], "install-path": "../chillerlan/php-settings-container" }, { "name": "collizo4sky/persist-admin-notices-dismissal", "version": "1.4.5", "version_normalized": "1.4.5.0", "source": { "type": "git", "url": "https://github.com/w3guy/persist-admin-notices-dismissal.git", "reference": "163b868c98cf97ea15b4d7e1305e2d52c9242e7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/w3guy/persist-admin-notices-dismissal/zipball/163b868c98cf97ea15b4d7e1305e2d52c9242e7e", "reference": "163b868c98cf97ea15b4d7e1305e2d52c9242e7e", "shasum": "" }, "require": { "php": ">=5.4" }, "time": "2024-03-10T15:11:42+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "persist-admin-notices-dismissal.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Collins Agbonghama", "email": "me@w3guy.com", "role": "developer" } ], "description": "Simple library to persist dismissal of admin notices across pages in WordPress dashboard.", "support": { "issues": "https://github.com/w3guy/persist-admin-notices-dismissal/issues", "source": "https://github.com/w3guy/persist-admin-notices-dismissal" }, "install-path": "../collizo4sky/persist-admin-notices-dismissal" }, { "name": "dasprid/enum", "version": "1.0.6", "version_normalized": "1.0.6.0", "source": { "type": "git", "url": "https://github.com/DASPRiD/Enum.git", "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90", "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90", "shasum": "" }, "require": { "php": ">=7.1 <9.0" }, "require-dev": { "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11", "squizlabs/php_codesniffer": "*" }, "time": "2024-08-09T14:30:48+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "DASPRiD\\Enum\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Ben Scholzen 'DASPRiD'", "email": "mail@dasprids.de", "homepage": "https://dasprids.de/", "role": "Developer" } ], "description": "PHP 7.1 enum implementation", "keywords": [ "enum", "map" ], "support": { "issues": "https://github.com/DASPRiD/Enum/issues", "source": "https://github.com/DASPRiD/Enum/tree/1.0.6" }, "install-path": "../dasprid/enum" }, { "name": "freemius/wordpress-sdk", "version": "2.10.1", "version_normalized": "2.10.1.0", "source": { "type": "git", "url": "https://github.com/Freemius/wordpress-sdk.git", "reference": "5f57de9d7504b37b0ee9f5da44b6699c99854dd2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Freemius/wordpress-sdk/zipball/5f57de9d7504b37b0ee9f5da44b6699c99854dd2", "reference": "5f57de9d7504b37b0ee9f5da44b6699c99854dd2", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "phpcompatibility/php-compatibility": "^9.3", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpstan/extension-installer": "^1.3", "squizlabs/php_codesniffer": "^3.7", "szepeviktor/phpstan-wordpress": "^1.3", "wp-coding-standards/wpcs": "^2.3" }, "time": "2024-12-11T11:36:51+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "start.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-only" ], "description": "Freemius WordPress SDK", "homepage": "https://freemius.com", "keywords": [ "freemius", "plugin", "sdk", "theme", "wordpress", "wordpress-plugin", "wordpress-theme" ], "support": { "issues": "https://github.com/Freemius/wordpress-sdk/issues", "source": "https://github.com/Freemius/wordpress-sdk/tree/2.10.1" }, "install-path": "../freemius/wordpress-sdk" }, { "name": "ip2location/ip2location-php", "version": "9.7.3", "version_normalized": "9.7.3.0", "source": { "type": "git", "url": "https://github.com/chrislim2888/IP2Location-PHP-Module.git", "reference": "67c7bf13b0571b70925435e640ea5598e9fdeee9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/chrislim2888/IP2Location-PHP-Module/zipball/67c7bf13b0571b70925435e640ea5598e9fdeee9", "reference": "67c7bf13b0571b70925435e640ea5598e9fdeee9", "shasum": "" }, "require": { "ext-bcmath": "*", "ext-curl": "*", "ext-json": "*", "php": ">=7.2" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "time": "2024-02-26T22:30:40+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "IP2Location\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "IP2Location", "email": "support@ip2location.com", "homepage": "https://www.ip2location.com" } ], "description": "[Official Release] IP2Location PHP API to get location info from IPv4 and IPv6 address.", "homepage": "https://www.ip2location.com", "keywords": [ "area code", "geolocation", "ip geolocation", "ip2location", "ip2locationlite", "isp", "mcc", "mnc", "time zone", "usage type", "zip code" ], "support": { "issues": "https://github.com/chrislim2888/IP2Location-PHP-Module/issues", "source": "https://github.com/chrislim2888/IP2Location-PHP-Module/tree/9.7.3" }, "install-path": "../ip2location/ip2location-php" }, { "name": "khanamiryan/qrcode-detector-decoder", "version": "1.0.6", "version_normalized": "1.0.6.0", "source": { "type": "git", "url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git", "reference": "45326fb83a2a375065dbb3a134b5b8a5872da569" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/45326fb83a2a375065dbb3a134b5b8a5872da569", "reference": "45326fb83a2a375065dbb3a134b5b8a5872da569", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^5.7 | ^7.5 | ^8.0 | ^9.0", "rector/rector": "^0.13.6", "symplify/easy-coding-standard": "^11.0" }, "time": "2022-06-29T09:25:13+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "lib/Common/customFunctions.php" ], "psr-4": { "Zxing\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT", "Apache-2.0" ], "authors": [ { "name": "Ashot Khanamiryan", "email": "a.khanamiryan@gmail.com", "homepage": "https://github.com/khanamiryan", "role": "Developer" } ], "description": "QR code decoder / reader", "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder/", "keywords": [ "barcode", "qr", "zxing" ], "support": { "issues": "https://github.com/khanamiryan/php-qrcode-detector-decoder/issues", "source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/1.0.6" }, "install-path": "../khanamiryan/qrcode-detector-decoder" }, { "name": "marc-mabe/php-enum", "version": "v4.7.1", "version_normalized": "4.7.1.0", "source": { "type": "git", "url": "https://github.com/marc-mabe/php-enum.git", "reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/7159809e5cfa041dca28e61f7f7ae58063aae8ed", "reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed", "shasum": "" }, "require": { "ext-reflection": "*", "php": "^7.1 | ^8.0" }, "require-dev": { "phpbench/phpbench": "^0.16.10 || ^1.0.4", "phpstan/phpstan": "^1.3.1", "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11", "vimeo/psalm": "^4.17.0 | ^5.26.1" }, "time": "2024-11-28T04:54:44+00:00", "type": "library", "extra": { "branch-alias": { "dev-3.x": "3.2-dev", "dev-master": "4.7-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "MabeEnum\\": "src/" }, "classmap": [ "stubs/Stringable.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Marc Bennewitz", "email": "dev@mabe.berlin", "homepage": "https://mabe.berlin/", "role": "Lead" } ], "description": "Simple and fast implementation of enumerations with native PHP", "homepage": "https://github.com/marc-mabe/php-enum", "keywords": [ "enum", "enum-map", "enum-set", "enumeration", "enumerator", "enummap", "enumset", "map", "set", "type", "type-hint", "typehint" ], "support": { "issues": "https://github.com/marc-mabe/php-enum/issues", "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.1" }, "install-path": "../marc-mabe/php-enum" }, { "name": "paragonie/constant_time_encoding", "version": "v2.7.0", "version_normalized": "2.7.0.0", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/52a0d99e69f56b9ec27ace92ba56897fe6993105", "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105", "shasum": "" }, "require": { "php": "^7|^8" }, "require-dev": { "phpunit/phpunit": "^6|^7|^8|^9", "vimeo/psalm": "^1|^2|^3|^4" }, "time": "2024-05-08T12:18:48+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "ParagonIE\\ConstantTime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", "email": "steve@tobtu.com", "homepage": "https://www.tobtu.com", "role": "Original Developer" } ], "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ "base16", "base32", "base32_decode", "base32_encode", "base64", "base64_decode", "base64_encode", "bin2hex", "encoding", "hex", "hex2bin", "rfc4648" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/constant_time_encoding/issues", "source": "https://github.com/paragonie/constant_time_encoding" }, "install-path": "../paragonie/constant_time_encoding" }, { "name": "paragonie/random_compat", "version": "v2.0.21", "version_normalized": "2.0.21.0", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae", "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "time": "2022-02-16T17:07:03+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "install-path": "../paragonie/random_compat" }, { "name": "phpseclib/bcmath_compat", "version": "1.0.9", "version_normalized": "1.0.9.0", "source": { "type": "git", "url": "https://github.com/phpseclib/bcmath_compat.git", "reference": "52af8637a01609800e606e78869ed268d3d976d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/bcmath_compat/zipball/52af8637a01609800e606e78869ed268d3d976d7", "reference": "52af8637a01609800e606e78869ed268d3d976d7", "shasum": "" }, "require": { "phpseclib/phpseclib": ">=2.0.19 <3.0.0" }, "provide": { "ext-bcmath": "8.1.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", "squizlabs/php_codesniffer": "^3.0" }, "suggest": { "ext-gmp": "Will enable faster math operations" }, "time": "2024-06-04T14:25:51+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "lib/bcmath.php" ], "psr-4": { "bcmath_compat\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "homepage": "http://phpseclib.sourceforge.net" } ], "description": "PHP 5.x-8.x polyfill for bcmath extension", "keywords": [ "BigInteger", "bcmath", "bigdecimal", "math", "polyfill" ], "support": { "email": "terrafrost@php.net", "issues": "https://github.com/phpseclib/bcmath_compat/issues", "source": "https://github.com/phpseclib/bcmath_compat" }, "install-path": "../phpseclib/bcmath_compat" }, { "name": "phpseclib/phpseclib", "version": "2.0.48", "version_normalized": "2.0.48.0", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "eaa7be704b8b93a6913b69eb7f645a59d7731b61" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/eaa7be704b8b93a6913b69eb7f645a59d7731b61", "reference": "eaa7be704b8b93a6913b69eb7f645a59d7731b61", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.", "ext-xml": "Install the XML extension to load XML formatted public keys." }, "time": "2024-12-14T21:03:54+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-Jürgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" }, { "name": "Graham Campbell", "email": "graham@alt-three.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http://phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", "source": "https://github.com/phpseclib/phpseclib/tree/2.0.48" }, "funding": [ { "url": "https://github.com/terrafrost", "type": "github" }, { "url": "https://www.patreon.com/phpseclib", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", "type": "tidelift" } ], "install-path": "../phpseclib/phpseclib" }, { "name": "typisttech/imposter", "version": "0.6.1", "version_normalized": "0.6.1.0", "source": { "type": "git", "url": "https://github.com/TypistTech/imposter.git", "reference": "f52b1a2289d2ea9c660cf9595085d0b11469af83" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TypistTech/imposter/zipball/f52b1a2289d2ea9c660cf9595085d0b11469af83", "reference": "f52b1a2289d2ea9c660cf9595085d0b11469af83", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.3 || ^8.0" }, "require-dev": { "codeception/codeception": "^4.1", "codeception/mockery-module": "^0.4.0", "codeception/module-asserts": "^1.3", "codeception/module-filesystem": "^1.0", "squizlabs/php_codesniffer": "^3.5" }, "suggest": { "typisttech/imposter-plugin": "Composer plugin to integrate composer and imposter" }, "time": "2020-12-06T22:57:09+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "0.6.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "TypistTech\\Imposter\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Typist Tech", "email": "imposter@typist.tech", "homepage": "https://typist.tech" }, { "name": "Tang Rufus", "email": "tangrufus@gmail.com", "homepage": "https://typist.tech", "role": "Developer" } ], "description": "Wrapping all composer vendor packages inside your own namespace. Intended for WordPress plugins.", "homepage": "https://github.com/TypistTech/imposter", "keywords": [ "composer", "dependency", "monkey-patching", "namespace", "wordpress" ], "support": { "email": "imposter@typist.tech", "issues": "https://github.com/TypistTech/imposter/issues", "source": "https://github.com/TypistTech/imposter" }, "funding": [ { "url": "https://typist.tech/donation/", "type": "custom" }, { "url": "https://www.paypal.me/iAmTangRufus/30usd", "type": "custom" }, { "url": "https://github.com/tangrufus", "type": "github" } ], "install-path": "../typisttech/imposter" }, { "name": "typisttech/imposter-plugin", "version": "0.6.2", "version_normalized": "0.6.2.0", "source": { "type": "git", "url": "https://github.com/TypistTech/imposter-plugin.git", "reference": "15fa3c90aca3b79497f438b9e02a6176498de53c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TypistTech/imposter-plugin/zipball/15fa3c90aca3b79497f438b9e02a6176498de53c", "reference": "15fa3c90aca3b79497f438b9e02a6176498de53c", "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", "php": "^7.3 || ^8.0", "typisttech/imposter": "^0.6.1" }, "require-dev": { "codeception/codeception": "^4.1", "codeception/module-asserts": "^1.3", "codeception/module-cli": "^1.1", "codeception/module-filesystem": "^1.0", "composer/composer": "^1.10.19 || ^2.0", "squizlabs/php_codesniffer": "^3.5", "typisttech/codeception-composer-project-module": "^0.1.1" }, "time": "2020-12-06T23:41:30+00:00", "type": "composer-plugin", "extra": { "class": "TypistTech\\Imposter\\Plugin\\ImposterPlugin", "branch-alias": { "dev-master": "0.6.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "TypistTech\\Imposter\\Plugin\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Typist Tech", "email": "imposter-plugin@typist.tech", "homepage": "https://www.typist.tech" }, { "name": "Tang Rufus", "email": "tangrufus@gmail.com", "homepage": "https://www.typist.tech", "role": "Developer" } ], "description": "Composer plugin that wraps all composer vendor packages inside your own namespace. Intended for WordPress plugins.", "homepage": "https://github.com/TypistTech/imposter-plugin", "keywords": [ "composer", "composer-plugin", "dependency", "monkey-patching", "namespace", "wordpress" ], "support": { "email": "imposter-plugin@typist.tech", "issues": "https://github.com/TypistTech/imposter-plugin/issues", "source": "https://github.com/TypistTech/imposter-plugin" }, "funding": [ { "url": "https://typist.tech/donation/", "type": "custom" }, { "url": "https://www.paypal.me/iAmTangRufus/30usd", "type": "custom" }, { "url": "https://github.com/tangrufus", "type": "github" } ], "install-path": "../typisttech/imposter-plugin" } ], "dev": true, "dev-package-names": [] }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.05 |
proxy
|
phpinfo
|
Настройка