Skip to content

Commit

Permalink
Namestitev s pomočno sistema Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Nov 13, 2018
1 parent b0f4ec4 commit dd1ab7b
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "filips123/config-writer",
"description": "Lightweight configuration writer for PHP",
"keywords": [
"settings",
"configuration",
"config",
"unframework",
"microphp"
],
"homepage": "https://github.com/filips123/ConfigWriter/",
"readme": "README.md",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Filip Š",
"email": "[email protected]",
"homepage": "https://projects.filips.si/"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/filips123/ConfigWriter/issues/",
"source": "https://github.com/filips123/ConfigWriter/",
"docs": "https://github.com/filips123/ConfigWriter/wiki/"

},
"minimum-stability": "RC",
"prefer-stable": true,
"require": {
"php": ">= 5.5.9"
},
"autoload": {
"files": [
"php-config.php",
"languages/english.php",
"languages/slovenian.php"
]
}
}

0 comments on commit dd1ab7b

Please sign in to comment.