-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
96 lines (96 loc) · 3.22 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
{
"_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"
],
"hash": "ccd11fade0e4c953f22fff84175b8074",
"content-hash": "36b437566d33ce1a65d70dde1e089513",
"packages": [
{
"name": "a1essandro/diamond-and-square",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/A1essandro/Diamond-And-Square.git",
"reference": "db030b3addd5af55c5ba05a771fd39f78a2deb15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/A1essandro/Diamond-And-Square/zipball/db030b3addd5af55c5ba05a771fd39f78a2deb15",
"reference": "db030b3addd5af55c5ba05a771fd39f78a2deb15",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"MapGenerator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "A1essandro",
"email": "alexander.yermakov.1990@gmail.com"
}
],
"description": "Algorithm for generating heightmaps",
"time": "2015-11-11 06:27:06"
},
{
"name": "a1essandro/perlin-noise",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/A1essandro/perlin-noise-generator.git",
"reference": "29f44a9df66d5f5ba28407853313f40aea2a0d42"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/A1essandro/perlin-noise-generator/zipball/29f44a9df66d5f5ba28407853313f40aea2a0d42",
"reference": "29f44a9df66d5f5ba28407853313f40aea2a0d42",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"MapGenerator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "A1essandro",
"email": "alexander.yermakov.1990@gmail.com"
}
],
"description": "Algorithm for generating heightmaps",
"time": "2015-12-10 05:24:10"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"a1essandro/diamond-and-square": 20,
"a1essandro/perlin-noise": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.0"
},
"platform-dev": []
}