Skip to content

Commit c26ca55

Browse files
committed
🚀 v0.7.0
1 parent d096ddc commit c26ca55

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

composer.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
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",
@@ -20,13 +23,17 @@
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": {

0 commit comments

Comments
 (0)