From dd1ab7b97d10b2dc6c071b46f4bef5be7fd07807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0?= Date: Tue, 13 Nov 2018 20:01:04 +0100 Subject: [PATCH] =?UTF-8?q?Namestitev=20s=20pomo=C4=8Dno=20sistema=20Compo?= =?UTF-8?q?ser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a837b2c --- /dev/null +++ b/composer.json @@ -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": "projects@filips.si", + "homepage": "https://projects.filips.si/" + } + ], + "support": { + "email": "projects+config-writer@cms.filips.si", + "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" + ] + } +}