-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
62 lines (62 loc) · 1.92 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
{
"_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": "244feffae7722d7298adb6a6f635d115",
"packages": [
{
"name": "raelgc/template",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/raelgc/template.git",
"reference": "28ce6af12e1c49243a27167e84feb704b4ab5f5d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/raelgc/template/zipball/28ce6af12e1c49243a27167e84feb704b4ab5f5d",
"reference": "28ce6af12e1c49243a27167e84feb704b4ab5f5d",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"raelgc\\": "raelgc"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-or-later"
],
"authors": [
{
"name": "Rael Gugelmin Cunha",
"email": "rael.gc@gmail.com"
}
],
"description": "PHP Template",
"homepage": "http://raelcunha.com/template/",
"keywords": [
"template"
],
"time": "2018-04-24T20:53:45+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"raelgc/template": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4"
},
"platform-dev": []
}