-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.lock
118 lines (118 loc) · 3.95 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
108
109
110
111
112
113
114
115
116
117
118
{
"_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": "c200319aa8756003852ab91ee426aa77",
"packages": [
{
"name": "antonlukin/image-text",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/antonlukin/image-text.git",
"reference": "3bbe35cbb238782cde980b9b5d2a0f3a094ffa4e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/antonlukin/image-text/zipball/3bbe35cbb238782cde980b9b5d2a0f3a094ffa4e",
"reference": "3bbe35cbb238782cde980b9b5d2a0f3a094ffa4e",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"files": [
"src/ImageText.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anton Lukin",
"email": "[email protected]"
}
],
"description": "Wrapper for PHP's GD Library for easy image manipulation",
"homepage": "https://lukin.me",
"keywords": [
"gd",
"image",
"php",
"text"
],
"time": "2020-08-30T23:43:08+00:00"
},
{
"name": "antonlukin/poster-editor",
"version": "5.3",
"source": {
"type": "git",
"url": "https://github.com/antonlukin/poster-editor.git",
"reference": "a201ea1a20b263fa529af5c521290f0f8e8f79ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/antonlukin/poster-editor/zipball/a201ea1a20b263fa529af5c521290f0f8e8f79ef",
"reference": "a201ea1a20b263fa529af5c521290f0f8e8f79ef",
"shasum": ""
},
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"phpcompatibility/php-compatibility": "^9.3"
},
"suggest": {
"ext-gd": "to use GD library based image processing."
},
"type": "library",
"autoload": {
"files": [
"src/PosterEditor.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anton Lukin",
"email": "[email protected]"
}
],
"description": "Wrapper for PHP's GD Library for easy image manipulation",
"homepage": "https://github.com/antonlukin/poster-editor",
"keywords": [
"gd",
"image",
"php",
"text"
],
"support": {
"issues": "https://github.com/antonlukin/poster-editor/issues",
"source": "https://github.com/antonlukin/poster-editor/tree/v5.3"
},
"time": "2021-09-01T20:42:02+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"antonlukin/image-text": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}