-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.lock
79 lines (79 loc) · 2.4 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
{
"_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": "83ea3ec9490728161ee19209d050c507",
"packages": [
{
"name": "jefferson49/webtrees-common",
"version": "v1.2.2",
"source": {
"type": "git",
"url": "https://github.com/Jefferson49/webtrees-common.git",
"reference": "58c95fcc5b3de2017094d2c7dcfc1e1a7fd02b14"
},
"require": {
"php": ">=7.4"
},
"type": "library",
"license": [
"GPL-3.0"
],
"description": "Library to share common code between webtrees custom modules",
"keywords": [
"custom-module",
"webtree-module",
"webtrees"
],
"time": "2025-01-06T11:07:01+00:00"
},
{
"name": "matriphe/iso-639",
"version": "1.3",
"source": {
"type": "git",
"url": "https://github.com/matriphe/php-iso-639.git",
"reference": "9a4a5823147890e70e0e0f60f3baea95e8d3b5f1"
},
"require-dev": {
"phpunit/phpunit": "^4.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Matriphe\\ISO639\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Muhammad Zamroni",
"email": "halo@matriphe.com"
}
],
"description": "PHP library to convert ISO-639-1 code to language name.",
"keywords": [
"639",
"iso",
"iso-639",
"lang",
"language",
"laravel"
],
"time": "2024-03-17T21:30:14+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}