mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 38c50e019860745654642d185688393fffdf0640
parent e33aba68d29ccfb67a5bde87ded893b0c50a7eca
Author: markseu <mark2011@mayberg.se>
Date:   Mon, 28 Sep 2015 13:42:28 +0200

Package handling

Diffstat:
Acomposer.json | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/composer.json b/composer.json @@ -0,0 +1,8 @@ +{ + "name": "datenstrom/yellow", + "description": "Yellow is for people who make websites. A flat-file CMS.", + "keywords": ["yellow", "flat-file", "cms"], + "require": { + "php": ">=5.3.0", + } +} +\ No newline at end of file