-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
27 lines (27 loc) · 855 Bytes
/
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
{
"name": "attogram/shared-media-tagger",
"description": "Shared Media Tagger is a crowdsourced ratings website for freely licensed images and media taken from Wikimedia Commons. PHP, SQLite, MediaWiki API, Curators backend.",
"type": "package",
"license": "MIT",
"homepage": "https://github.com/attogram/shared-media-tagger",
"authors": [
{
"name": "Shared Media Tagger Developer",
"homepage": "https://fosiper.com/smt/",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/attogram/shared-media-tagger"
},
"require": {
"php": "^7.0",
"attogram/router": "^4.0",
"attogram/shared-media-api": "^1.0"
},
"autoload": {
"psr-4": {
"Attogram\\SharedMedia\\Tagger\\": "src/"
}
}
}