File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " rtckit/sip" ,
3- "description" : " Parser/Renderer for SIP protocol written in PHP" ,
4- "version" : " 0.6.1 " ,
3+ "description" : " SIP protocol implementation written in PHP" ,
4+ "version" : " 0.7.0 " ,
55 "type" : " library" ,
66 "keywords" : [
77 " sip" ,
88 " session initiation protocol" ,
9- " voip"
9+ " voip" ,
10+ " rfc 3261" ,
11+ " telephony" ,
12+ " telco"
1013 ],
1114 "homepage" : " https://github.com/rtckit/php-sip" ,
1215 "license" : " MIT" ,
2023 "issues" : " https://github.com/rtckit/php-sip/issues"
2124 },
2225 "require" : {
23- "php" : " >=7.4.0"
26+ "php" : " >=7.4.0" ,
27+ "ext-ctype" : " *"
2428 },
2529 "require-dev" : {
2630 "phpstan/phpstan" : " ^0.12" ,
2731 "phpunit/phpunit" : " ^9.5" ,
2832 "symfony/yaml" : " ^5.3" ,
29- "vimeo/psalm" : " ^4.8"
33+ "vimeo/psalm" : " ^4.10"
34+ },
35+ "suggest" : {
36+ "ext-hash" : " Enables RFC 8760 authentication via SHA(-512)-256 hashing"
3037 },
3138 "autoload" : {
3239 "psr-4" : {
You can’t perform that action at this time.
0 commit comments