Compare commits

..

No commits in common. "master" and "1.0.4" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,7 @@
"source": "https://github.com/webmasterskaya/crypto-pro-php-stubs" "source": "https://github.com/webmasterskaya/crypto-pro-php-stubs"
}, },
"require": { "require": {
"php": ">=7.2 || ^8.0" "php": ">7.2 <8.0"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [

View File

@ -15,5 +15,4 @@ class CPPrivateKey
public function get_KeySpec(){} public function get_KeySpec(){}
public function set_KeyPin(string $pin){}
} }

View File

@ -7,6 +7,6 @@ class CPRawSignature
public function VerifyHash(){} public function VerifyHash(){}
public function SignHash(\CPHashedData $hashedData, \CPCertificate $certificate): string {} public function SignHash(){}
} }