-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
74 lines (74 loc) · 2.51 KB
/
composer.lock
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
65
66
67
68
69
70
71
72
73
74
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "5fab1caa0f476eb66cad0bc50108a430",
"packages": [
{
"name": "babucat/aeat",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/babu-cat/AEAT.git",
"reference": "51c22d8c99203ac15d82ffe33275496549449e21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/babu-cat/AEAT/zipball/51c22d8c99203ac15d82ffe33275496549449e21",
"reference": "51c22d8c99203ac15d82ffe33275496549449e21",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^10.5"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"babucat\\AEAT\\": "src/"
},
"files": [
"src/AEAT182.php",
"src/AEAT182RBase.php",
"src/AEAT182RDeclarant.php",
"src/AEAT182RDeclared.php"
]
},
"autoload-dev": {
"psr-4": {
"babucat\\tests\\AEAT\\": "tests/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Francesc Bassas i Bullich"
},
{
"name": "Xavier de la Encarnación Gómez"
}
],
"description": "Utilidad PHP de propósito general para la confección y presentación de modelos de la [Agencia Estatal de Administració Tributaria](https://www.agenciatributaria.es).",
"support": {
"source": "https://github.com/babu-cat/AEAT/tree/master",
"issues": "https://github.com/babu-cat/AEAT/issues"
},
"time": "2025-01-16T09:18:07+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"babucat/aeat": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}