forked from inarli/iys-php-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 771 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "inarli/iys-php-client",
"description": "İleti Yönetim Sistemi (iys.org.tr) Api Servisleri İçin Php Client Kütüphanesi",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Ilkay narli",
"email": "ilkaynarli@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.6",
"ext-curl": "*",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"": "src"
}
},
"require-dev": {
"symfony/var-dumper": "^5.1"
},
"suggest": {
"giggsey/libphonenumber-for-php": "Telefon numaralarını İleti Yönetim sistemi'nin talep ettiği E164 biçiminde biçimlendirmenize yardımcı olur"
}
}