Skip to content

Commit dd1ab7b

Browse files
committed
Namestitev s pomočno sistema Composer
1 parent b0f4ec4 commit dd1ab7b

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

composer.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "filips123/config-writer",
3+
"description": "Lightweight configuration writer for PHP",
4+
"keywords": [
5+
"settings",
6+
"configuration",
7+
"config",
8+
"unframework",
9+
"microphp"
10+
],
11+
"homepage": "https://github.com/filips123/ConfigWriter/",
12+
"readme": "README.md",
13+
"type": "library",
14+
"license": "MIT",
15+
"authors": [
16+
{
17+
"name": "Filip Š",
18+
"email": "[email protected]",
19+
"homepage": "https://projects.filips.si/"
20+
}
21+
],
22+
"support": {
23+
"email": "[email protected]",
24+
"issues": "https://github.com/filips123/ConfigWriter/issues/",
25+
"source": "https://github.com/filips123/ConfigWriter/",
26+
"docs": "https://github.com/filips123/ConfigWriter/wiki/"
27+
28+
},
29+
"minimum-stability": "RC",
30+
"prefer-stable": true,
31+
"require": {
32+
"php": ">= 5.5.9"
33+
},
34+
"autoload": {
35+
"files": [
36+
"php-config.php",
37+
"languages/english.php",
38+
"languages/slovenian.php"
39+
]
40+
}
41+
}

0 commit comments

Comments
 (0)