crypto-pro-php/composer.json
Artem Vasilev 9b143e9fe2
Совместимость с php 8 (#13)
* Добавил разрешение совместимости с php 8.0 и выше #10

* Добавил php 8+ в линтер
2024-08-06 18:04:54 +03:00

54 lines
1.2 KiB
JSON
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "webmasterskaya/crypto-pro-php",
"type": "library",
"description": "Простой PHP API для работы с КриптоПРО CSP (libphpcades).",
"keywords": [
"cryptopro",
"crypto pro",
"crypto-pro",
"cryptoprophp",
"crypto-pro-php",
"crypto pro php",
"cades",
"libphpcades",
"КриптоПро",
"Крипто ПРО"
],
"license": "MIT",
"homepage": "https://github.com/webmasterskaya/crypto-pro-php",
"support": {
"issues": "https://github.com/webmasterskaya/crypto-pro-php/issues",
"source": "https://github.com/webmasterskaya/crypto-pro-php"
},
"authors": [
{
"name": "Artem Vasilev",
"email": "kern.usr@gmail.com",
"homepage": "https://github.com/kernusr",
"role": "Developer"
}
],
"require": {
"php": ">=7.2 || ^8.0",
"ext-mbstring": "*"
},
"require-dev": {
"phpstan/phpstan": "^1.9",
"webmasterskaya/crypto-pro-php-stubs": "^1.0"
},
"autoload": {
"psr-4": {
"Webmasterskaya\\CryptoPro\\": "src/"
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"process-timeout": 3600
},
"scripts": {
"phpstan": "phpstan analyse"
}
}