This repository was archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
101 lines (101 loc) · 3.43 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"_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": "e4101506ac2c91d011be62a2afdbc291",
"packages": [
{
"name": "php-tool-kit/fs",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-tool-kit/fs.git",
"reference": "c2afcd9ad301de050176db3354ea5957a0dea96d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-tool-kit/fs/zipball/c2afcd9ad301de050176db3354ea5957a0dea96d",
"reference": "c2afcd9ad301de050176db3354ea5957a0dea96d",
"shasum": ""
},
"require": {
"php": ">=7.4.3"
},
"require-dev": {
"phpstan/phpstan": "*",
"phpunit/phpunit": "*",
"squizlabs/php_codesniffer": "*"
},
"type": "library",
"autoload": {
"files": [
"src/fs.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Everton",
"email": "[email protected]"
}
],
"description": "Ferramentas para manipulação de diretórios e arquivos.",
"time": "2020-08-24T11:47:00+00:00"
},
{
"name": "php-tool-kit/tabular",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-tool-kit/tabular.git",
"reference": "d1141fea6037b02935391ef28e193c76443809f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-tool-kit/tabular/zipball/d1141fea6037b02935391ef28e193c76443809f8",
"reference": "d1141fea6037b02935391ef28e193c76443809f8",
"shasum": ""
},
"require": {
"php": ">=7.4.3"
},
"require-dev": {
"phpstan/phpstan": "*",
"phpunit/phpunit": "*",
"squizlabs/php_codesniffer": "*"
},
"type": "library",
"autoload": {
"files": [
"src/tabular.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Everton da Rosa",
"email": "[email protected]"
}
],
"description": "Ferramentas para trabalhar com dados tabulares, normalmente armazenados em array, complementando as funções para arrays do PHP.",
"time": "2020-08-24T11:40:57+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "1.1.0"
}