crypto-pro-php/composer.lock
Artem Vasilev bdd545acf0
Исправления и улучшения (#3)
* Переименовал класс с константами CADESCOM_ENCODE в CADESCOM_ENCODING_TYPE

* Добавил класс с константами CAPICOM_STORE_OPEN_MODE

* Добавил метод получения информации о криптопровайдере и плагине

* Добавил метод проверки соответствия установленных версий криптопровайдера и плагина

* Исправил используемые в классе константы
2022-11-15 12:52:55 +03:00

134 lines
4.5 KiB
JSON

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "41cee9532212142277f16725a26986f3",
"packages": [],
"packages-dev": [
{
"name": "phpstan/phpstan",
"version": "1.9.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f",
"reference": "a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"keywords": [
"dev",
"static analysis"
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.9.1"
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
"time": "2022-11-04T13:35:59+00:00"
},
{
"name": "webmasterskaya/crypto-pro-php-stubs",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/webmasterskaya/crypto-pro-php-stubs.git",
"reference": "0bf897d4a4d9b092999aa310e8ab2b8d26acd530"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmasterskaya/crypto-pro-php-stubs/zipball/0bf897d4a4d9b092999aa310e8ab2b8d26acd530",
"reference": "0bf897d4a4d9b092999aa310e8ab2b8d26acd530",
"shasum": ""
},
"require": {
"php": ">7.2 <8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Artem Vasilev",
"email": "kern.usr@gmail.com"
}
],
"description": "Самая полная библиотека подсказок IDE libphpcades (КриптоПро), которая обеспечивает автозаполнение в современных IDE.",
"keywords": [
"Devtools",
"Eclipse",
"autocomplete",
"cryptopro",
"ide",
"netbeans",
"phpstorm",
"stub",
"stubs",
"КриптоПро"
],
"support": {
"issues": "https://github.com/webmasterskaya/crypto-pro-php-stubs/issues",
"source": "https://github.com/webmasterskaya/crypto-pro-php-stubs"
},
"time": "2022-11-15T09:19:03+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.2 <8.0",
"ext-mbstring": "*"
},
"platform-dev": [],
"plugin-api-version": "2.1.0"
}