forked from agutoli/Image_Iptc
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 775 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 775 Bytes
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
{
"name": "alexzv/iptc-jpeg",
"description": "Specific class for manipulating IPTC/EXIF metadata of jpeg images",
"keywords": ["image", "jpeg", "iptc", "exif"],
"homepage": "http://github.com/alexzv/IptcJpeg",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Bruno Thiago Leite Agutoli",
"email": "bruno.agutoli@gmail.com",
"homepage": "https://github.com/agutoli/Image_Iptc"
},
{
"name": "Alex Zet",
"email": "zetdev@gmail.com",
"homepage": "https://github.com/alexzv/IptcJpeg"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {"IptcJpeg\\": "src/IptcJpeg"}
}
}