-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
89 lines (89 loc) · 3.38 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
{
"_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": "403c95b0ce1c736b8b952e9b69d760ec",
"packages": [
{
"name": "mthaml/mthaml",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/arnaud-lb/MtHaml.git",
"reference": "b7e0c72883ee3efcf8b8819210b90496158b00d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/arnaud-lb/MtHaml/zipball/b7e0c72883ee3efcf8b8819210b90496158b00d4",
"reference": "b7e0c72883ee3efcf8b8819210b90496158b00d4",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"conflict": {
"mthaml/mthaml-bundle": "<1.1.0"
},
"require-dev": {
"cebe/markdown": "~1",
"coffeescript/coffeescript": "~1",
"erusev/parsedown": "*",
"fluxbb/commonmark": "~1@dev",
"gregwar/rst": "~1",
"kzykhys/ciconia": "~1",
"leafo/lessphp": "*",
"leafo/scssphp": "*",
"league/commonmark": ">=0.9",
"michelf/php-markdown": "~1.3",
"oyejorge/less.php": "*",
"twig/twig": "~1.12|~2.0"
},
"suggest": {
"cebe/markdown": "If you want to use :markdown filter",
"coffeescript/coffeescript": "If you want to use :coffee or :coffeescript filter",
"erusev/parsedown": "If you want to use :markdown filter",
"fluxbb/commonmark": "If you want to use :markdown filter",
"gregwar/rst": "If you want to use :rest filter",
"kzykhys/ciconia": "If you want to use :markdown filter",
"leafo/lessphp": "If you want to use :less filter",
"leafo/scssphp": "If you want to use :scss filter",
"league/commonmark": "If you want to use :markdown filter",
"michelf/php-markdown": "If you want to use :markdown filter",
"oyejorge/less.php": "If you want to use :less filter",
"twig/twig": "If you want to use Twig templating engine"
},
"type": "library",
"autoload": {
"psr-0": {
"MtHaml\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Arnaud Le Blanc",
"email": "[email protected]"
}
],
"description": "HAML for PHP",
"homepage": "https://github.com/arnaud-lb/MtHaml",
"keywords": [
"HAML"
],
"time": "2015-12-17T09:48:00+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}