-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 845 Bytes
/
Copy pathcomposer.json
File metadata and controls
46 lines (46 loc) · 845 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "salamek/zasilkovna",
"description": "Zasilkovna SOAP and REST client in PHP",
"keywords": [
"Zasilkovna",
"SOAP",
"API",
"REST"
],
"homepage": "https://github.com/salamek/zasilkovna",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Adam Schubert",
"homepage": "https://github.com/Salamek/zasilkovna"
},
{
"name": "Jan Barášek",
"homepage": "https://baraja.cz"
}
],
"require": {
"php": "^8.2",
"ext-soap": "*",
"tecnickcom/tcpdf": "^6.3",
"spatie/array-to-xml": "^3.4"
},
"require-dev": {
"phpstan/phpstan": "^2.1",
"tracy/tracy": "^2.10",
"phpstan/phpstan-nette": "^2.0"
},
"autoload": {
"classmap": [
"src/"
]
},
"scripts": {
"phpstan": [
"vendor/bin/phpstan analyse src -c phpstan.neon --level 6 --no-progress"
]
},
"minimum-stability": "stable"
}