mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-02-22 18:05:50 +03:00
37 lines
811 B
JSON
Executable File
37 lines
811 B
JSON
Executable File
{
|
|
"name": "webmasterskaya/crypto-pro-php-stubs",
|
|
"type": "library",
|
|
"description": "Самая полная библиотека подсказок IDE libphpcades (КриптоПро), которая обеспечивает автозаполнение в современных IDE.",
|
|
"keywords": [
|
|
"КриптоПро",
|
|
"CryptoPro",
|
|
"DevTools",
|
|
"IDE",
|
|
"Stubs",
|
|
"Stub",
|
|
"PhpStorm",
|
|
"Netbeans",
|
|
"Eclipse",
|
|
"autocomplete"
|
|
],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Artem Vasilev",
|
|
"email": "kern.usr@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/webmasterskaya/crypto-pro-php-stubs/issues",
|
|
"source": "https://github.com/webmasterskaya/crypto-pro-php-stubs"
|
|
},
|
|
"require": {
|
|
"php": ">=7"
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"\\": "src/"
|
|
}
|
|
}
|
|
}
|