This repository has been archived by the owner on Jul 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
113 lines (113 loc) · 3.78 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
102
103
104
105
106
107
108
109
110
111
112
113
{
"_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": "72e3a472ed3b315e4240c0e02941a6dd",
"packages": [
{
"name": "templado/engine",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/templado/engine.git",
"reference": "5b92e5403237168b11d8b740593e768d215ff887"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/templado/engine/zipball/5b92e5403237168b11d8b740593e768d215ff887",
"reference": "5b92e5403237168b11d8b740593e768d215ff887",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"php": "^7.2|^8.0",
"theseer/css2xpath": "^2.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A pragmatic approach to templating for PHP 7.2+",
"support": {
"issues": "https://github.com/templado/engine/issues",
"source": "https://github.com/templado/engine/tree/4.1.0"
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2021-08-10T21:14:03+00:00"
},
{
"name": "theseer/css2xpath",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/theseer/css2xpath.git",
"reference": "ffa0225ced4530e423aa2a3c89faae68ee93270f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/css2xpath/zipball/ffa0225ced4530e423aa2a3c89faae68ee93270f",
"reference": "ffa0225ced4530e423aa2a3c89faae68ee93270f",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "PHP Library to translate CSS selectors into XPath",
"support": {
"issues": "https://github.com/theseer/CSS2XPath/issues",
"source": "https://github.com/theseer/css2xpath/tree/2.0.0"
},
"time": "2019-08-28T04:35:56+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^7.2|^8.0",
"ext-dom": "*"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
}