-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
107 lines (107 loc) · 3.72 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
102
103
104
105
106
107
{
"_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": "ad0f919719217be4a34db2f2bf855105",
"packages": [
{
"name": "simple-html-dom/simple-html-dom",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/miclf/simple-html-dom.git",
"reference": "961610576c460546677a635062e9d3d7b6dab745"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/miclf/simple-html-dom/zipball/961610576c460546677a635062e9d3d7b6dab745",
"reference": "961610576c460546677a635062e9d3d7b6dab745",
"shasum": ""
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "S.C. Chen",
"email": "me578022@gmail.com"
}
],
"description": "A copy of the PHP Simple HTML DOM Parser project.",
"time": "2013-05-14T22:27:35+00:00"
},
{
"name": "sybio/image-workshop",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/Sybio/ImageWorkshop.git",
"reference": "aa95fea257370f9ba316763ac278c2cd8d5be38a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Sybio/ImageWorkshop/zipball/aa95fea257370f9ba316763ac278c2cd8d5be38a",
"reference": "aa95fea257370f9ba316763ac278c2cd8d5be38a",
"shasum": ""
},
"require": {
"ext-gd": "*",
"php": ">=5.3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpunit/phpunit": "~4.5"
},
"suggest": {
"ext-exif": "Allows to read and keep images EXIF data"
},
"type": "library",
"autoload": {
"psr-0": {
"PHPImageWorkshop": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Clément Guillemain",
"homepage": "http://clementguillemain.fr",
"role": "Developer / Freelancer"
},
{
"name": "ImageWorkshop Community",
"homepage": "https://github.com/Sybio/ImageWorkshop/graphs/contributors"
}
],
"description": "Powerful PHP class using GD library to work easily with images including layer notion (like Photoshop or GIMP)",
"homepage": "http://phpimageworkshop.com",
"keywords": [
"class",
"crop",
"gd",
"image",
"library",
"resize",
"rotate",
"thumbnail",
"watermark"
],
"time": "2018-04-17T19:19:29+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}