-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
88 lines (88 loc) · 2.97 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
{
"_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": "6fccb1a70293348c2c2b2b37093b12cd",
"packages": [
{
"name": "liquid/liquid",
"version": "1.4.26",
"source": {
"type": "git",
"url": "https://github.com/kalimatas/php-liquid.git",
"reference": "d81a52634ffbe588c8e9a833b7db3842061ed2e2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kalimatas/php-liquid/zipball/d81a52634ffbe588c8e9a833b7db3842061ed2e2",
"reference": "d81a52634ffbe588c8e9a833b7db3842061ed2e2",
"shasum": ""
},
"require": {
"php": "^7.3 || ^8.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.8",
"friendsofphp/php-cs-fixer": "^2.16.4",
"infection/infection": ">=0.17.6",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.2.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Liquid\\": "src/Liquid"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guz Alexander",
"email": "[email protected]",
"homepage": "http://guzalexander.com"
},
{
"name": "Harald Hanek"
},
{
"name": "Mateo Murphy"
},
{
"name": "Alexey Kopytko",
"email": "[email protected]",
"homepage": "https://www.alexeykopytko.com/"
}
],
"description": "Liquid template engine for PHP",
"homepage": "https://github.com/kalimatas/php-liquid",
"keywords": [
"liquid",
"template"
],
"support": {
"issues": "https://github.com/kalimatas/php-liquid/issues",
"source": "https://github.com/kalimatas/php-liquid/tree/1.4.26"
},
"time": "2022-02-17T12:19:16+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.2.0"
}