File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 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+ 19+ "homepage" : " https://projects.filips.si/"
20+ }
21+ ],
22+ "support" : {
23+ 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+ }
You can’t perform that action at this time.
0 commit comments