-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
117 lines (117 loc) · 3.86 KB
/
composer.lock
File metadata and controls
117 lines (117 loc) · 3.86 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
{
"_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": "63d79a432a8100ce2c4dd73eb85468b0",
"packages": [
{
"name": "imagine/imagine",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/avalanche123/Imagine.git",
"reference": "69ce33008b73a64f5ea25449d1b69146437144fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/69ce33008b73a64f5ea25449d1b69146437144fd",
"reference": "69ce33008b73a64f5ea25449d1b69146437144fd",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.2.*",
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.4"
},
"suggest": {
"ext-gd": "to use the GD implementation",
"ext-gmagick": "to use the Gmagick implementation",
"ext-imagick": "to use the Imagick implementation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.7-dev"
}
},
"autoload": {
"psr-4": {
"Imagine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bulat Shakirzyanov",
"email": "mallluhuct@gmail.com",
"homepage": "http://avalanche123.com"
}
],
"description": "Image processing for PHP 5.3",
"homepage": "http://imagine.readthedocs.org/",
"keywords": [
"drawing",
"graphics",
"image manipulation",
"image processing"
],
"time": "2019-06-03T15:06:06+00:00"
},
{
"name": "kryus/binary",
"version": "v0.2",
"source": {
"type": "git",
"url": "https://github.com/olafkry208/Binary.git",
"reference": "35fc499ca3ecfaca7ddc9b085e2a1c03c9c430cb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/olafkry208/Binary/zipball/35fc499ca3ecfaca7ddc9b085e2a1c03c9c430cb",
"reference": "35fc499ca3ecfaca7ddc9b085e2a1c03c9c430cb",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Kryus\\Binary\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Olaf Kryus"
}
],
"description": "Binary file manipulation library.",
"support": {
"source": "https://github.com/olafkry208/Binary/tree/master",
"issues": "https://github.com/olafkry208/Binary/issues"
},
"time": "2019-06-20T14:08:19+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.1",
"ext-gd": "*"
},
"platform-dev": []
}