-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 1.33 KB
/
composer.json
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
{
"name": "o2system/image",
"description": "O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.",
"license": "MIT",
"type": "package",
"keywords": [
"utilities",
"php",
"framework",
"libraries",
"interfaces"
],
"authors": [
{
"name": "Steeven Andrian Salim",
"email": "steevenz@steevenz.com",
"homepage": "http://www.steevenz.com",
"role": "Founder and Lead Project"
},
{
"name": "Teguh Rianto",
"email": "teguh.rianto22@gmail.com",
"homepage": "http://teguhrianto22.pusku.com",
"role": "Template Designer"
}
],
"support": {
"email": "o2system.framework@gmail.com",
"issues": "https://github.com/o2system/image/issues",
"forum": "https://www.facebook.com/groups/498147006994512"
},
"links": {
"info": "http://www.o2system.id/libraries/image.html",
"documentation": "http://www.o2system.id/libraries/image/documentation.html",
"github-wiki": "http://github.com/o2system/image/wiki"
},
"require": {
"php": "^7.2.0",
"o2system/filesystem": "*",
"ps/image-optimizer": "^1.1"
},
"autoload": {
"psr-4": {
"O2System\\Image\\": "src"
}
}
}