forked from joaomfrebelo/atws
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.05 KB
/
composer.json
File metadata and controls
52 lines (52 loc) · 1.05 KB
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
{
"authors": [
{
"name": "Joao M F Rebelo",
"homepage": "https://github.com/joaomfrebelo",
"role": "Developer"
}
],
"autoload": {
"classmap": [
"src"
],
"files": [
"src/bootstrap.php"
]
},
"autoload-dev": {
"classmap": [
"test"
],
"files": [
"test/Rebelo/ATWs/TCredentials.php"
]
},
"homepage": "https://github.com/joaomfrebelo/atws",
"keywords": [
"php"
],
"license": "MIT",
"name": "joaomfrebelo/atws",
"description": "Portuguese Tax Authority Webservice client",
"prefer-stable": true,
"require": {
"apache/log4php": "^2.3",
"ext-dom": "*",
"ext-libxml": "*",
"ext-openssl": "*",
"ext-simplexml": "*",
"ext-soap": "*",
"ext-xmlwriter": "*",
"joaomfrebelo/date": "^2.2",
"joaomfrebelo/enum": "^2.0.3",
"php": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3.11",
"squizlabs/php_codesniffer": "^3.5",
"phpstan/phpstan": "^0.12",
"jetbrains/phpstorm-attributes": "^1.0"
},
"type": "library"
}