-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
127 lines (127 loc) · 4.2 KB
/
Copy pathcomposer.lock
File metadata and controls
127 lines (127 loc) · 4.2 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"_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": "d14a319f7cb5d5aa681833001e72b973",
"packages": [
{
"name": "standardlibrary/casts-to-string",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/standardlibrary/casts-to-string.git",
"reference": "21a67d21ceb49778e0702dd204b6814048112cde"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/standardlibrary/casts-to-string/zipball/21a67d21ceb49778e0702dd204b6814048112cde",
"reference": "21a67d21ceb49778e0702dd204b6814048112cde",
"shasum": ""
},
"require": {
"php": "~7.1"
},
"replace": {
"simondeeley/cast-to-string": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"StandardLibrary\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "Simon Deeley",
"email": "simondeeley@users.noreply.github.com",
"homepage": "https://github.com/simondeeley",
"role": "Developer"
}
],
"description": "Reuseable interface for describing PHP objects that can be cast to a string",
"homepage": "https://github.com/standardlibrary",
"keywords": [
"casts",
"php",
"string"
],
"time": "2017-12-11 15:43:07"
},
{
"name": "standardlibrary/type",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/standardlibrary/type.git",
"reference": "aca33782849536d6161bf005896fbeb835b2a74d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/standardlibrary/type/zipball/aca33782849536d6161bf005896fbeb835b2a74d",
"reference": "aca33782849536d6161bf005896fbeb835b2a74d",
"shasum": ""
},
"require": {
"php": "~7.1"
},
"replace": {
"simondeeley/type": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"StandardLibrary\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "Simon Deeley",
"email": "simondeeley@users.noreply.github.com",
"homepage": "https://github.com/simondeeley",
"role": "Developer"
}
],
"description": "Building block base classes for PHP objects",
"homepage": "https://github.com/standardlibrary",
"keywords": [
"building-block",
"immutable",
"php"
],
"time": "2017-12-11 14:45:53"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"standardlibrary/type": 20,
"standardlibrary/casts-to-string": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "~7.1"
},
"platform-dev": []
}