Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit bc809c6

Browse files
committed
Init
0 parents  commit bc809c6

File tree

4 files changed

+2823
-0
lines changed

4 files changed

+2823
-0
lines changed

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "scpwiki/phpflickr",
3+
"description": "Legacy version of onboard phpFlickr for Wikijump use.",
4+
"type": "library",
5+
"minimum-stability": "dev",
6+
"license": "GPL-3.0-or-later",
7+
"authors": [
8+
{
9+
"name": "bluesoul",
10+
"email": "[email protected]",
11+
"role": "maintainer"
12+
}
13+
],
14+
"support": {
15+
"irc": "irc://irc.synirc.net/site11",
16+
"issues": "https://scuttle.atlassian.net/browse/HELP",
17+
"source": "https://github.com/scpwiki/phpflickr"
18+
},
19+
"autoload": {
20+
"classmap": ["phpFlickr.php", "xml.php", "xml_saxy_parser.php"]
21+
}
22+
}

0 commit comments

Comments
 (0)