forked from contributte/gosms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
64 lines (64 loc) · 1.42 KB
/
composer.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "contributte/gosms",
"description": "Full featured GoSMS.cz HTTP client for nette",
"keywords": [
"contributte",
"gosms",
"nette",
"sms"
],
"type": "library",
"license": "MIT",
"homepage": "https://github.com/contributte/gosms",
"authors": [
{
"name": "Milan Felix Šulc",
"homepage": "https://f3l1x.io"
},
{
"name": "Filip Šuška",
"email": "[email protected]"
}
],
"require": {
"php": ">= 8.0",
"ext-json": "*",
"guzzlehttp/psr7": "^2.0",
"nette/utils": "^3.1"
},
"require-dev": {
"contributte/guzzlette": "^3.0",
"mockery/mockery": "^1.3",
"nette/caching": "^3.0",
"nette/di": "^3.1.0",
"nette/tester": "^2.3.1",
"ninjify/nunjuck": "^0.3",
"ninjify/qa": "^0.13",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0"
},
"autoload": {
"psr-4": {
"Contributte\\Gosms\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"suggest": {
"contributte/guzzlette": "As default HttpClient",
"nette/caching": "As cache handler in AccessTokenCacheProvider"
},
"extra": {
"branch-alias": {
"dev-master": "0.5.x-dev"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}