-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
101 lines (101 loc) · 3.28 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
{
"_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": "9e92c539d48627e39e1660f5ac97934c",
"packages": [
{
"name": "divengine/div",
"version": "5.1.5",
"source": {
"type": "git",
"url": "https://github.com/divengine/div.git",
"reference": "a3f36fd8945ae72af9bbf11f684874d861cff271"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/divengine/div/zipball/a3f36fd8945ae72af9bbf11f684874d861cff271",
"reference": "a3f36fd8945ae72af9bbf11f684874d861cff271",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"divengine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Rafa Rodriguez",
"email": "[email protected]",
"homepage": "https://rafageist.github.io",
"role": "Founder"
}
],
"description": "Div PHP Template Engine",
"homepage": "https://divengine.com",
"keywords": [
"code generator",
"template engine"
],
"time": "2019-09-22T01:15:01+00:00"
},
{
"name": "divengine/ways",
"version": "2.3.4",
"source": {
"type": "git",
"url": "https://github.com/divengine/ways.git",
"reference": "4a1a569832063b138798afa3aa89acabb464c45d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/divengine/ways/zipball/4a1a569832063b138798afa3aa89acabb464c45d",
"reference": "4a1a569832063b138798afa3aa89acabb464c45d",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"divengine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"description": "Div PHP Ways",
"homepage": "https://divengine.com/ways",
"keywords": [
"controllers",
"flow control",
"mvc",
"routing"
],
"time": "2019-08-24T04:05:14+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.0.0"
},
"platform-dev": []
}