-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
97 lines (97 loc) · 3.18 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
{
"_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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "9b0cb2cf807511aaf6f212a02cbd7b41",
"packages": [
{
"name": "templado/engine",
"version": "2.2.7",
"source": {
"type": "git",
"url": "https://github.com/templado/engine.git",
"reference": "df2468001c4ea64a09c79c004c7f481dec660884"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/templado/engine/zipball/df2468001c4ea64a09c79c004c7f481dec660884",
"reference": "df2468001c4ea64a09c79c004c7f481dec660884",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"php": "^7.0",
"theseer/css2xpath": "^1.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.x",
"time": "2018-04-11T14:07:32+00:00"
},
{
"name": "theseer/css2xpath",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/theseer/css2xpath.git",
"reference": "df8df4aa548540dbdd90b6465db825f84628463a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/css2xpath/zipball/df8df4aa548540dbdd90b6465db825f84628463a",
"reference": "df8df4aa548540dbdd90b6465db825f84628463a",
"shasum": ""
},
"require": {
"php": "^7.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",
"time": "2017-10-31T15:13:30+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^7.0"
},
"platform-dev": []
}