-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 744 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 744 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
27
28
{
"name": "magicmonkey/metasya",
"description": "Library allowing the management of embarked metadatas on diverse types of files, to manage the import of metadatas in an information system and the synchronization of the data between the information system and files with exiftool.",
"type": "library",
"keywords": [
"embarked metadatas",
"management",
"library",
"synchronization of the data between the information system",
"exiftool"
],
"authors": [
{
"name": "Jeremy Habit",
"email": "jeremy.habit@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.6.0"
},
"autoload": {
"psr-4": {
"MagicMonkey\\Metasya\\": "src/"
}
},
"license": "MIT"
}