From 60c627c21416d55d0de2a8e3b1e74d4408e10be7 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sun, 22 Nov 2015 14:08:06 +0100 Subject: [PATCH] Update composer.json: Use latest MINOR versions of Twig/Parsedown/YAML --- composer.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index b0d75e1..c8a1355 100644 --- a/composer.json +++ b/composer.json @@ -2,20 +2,31 @@ "name": "picocms/pico", "type": "library", "description": "Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the \"content\" folder and that becomes a page.", - "keywords": ["cms"], + "keywords": ["flat-file","cms","php","twig","markdown"], "homepage": "http://picocms.org/", "license": "MIT", "authors": [ { "name": "Gilbert Pellegrom", - "email": "gilbert@pellegrom.me" + "email": "gilbert@pellegrom.me", + "role": "Project Founder" + }, + { + "name": "The Pico Community", + "homepage": "https://github.com/picocms/Pico/graphs/contributors", + "role": "Contributors" } ], + "support": { + "docs": "http://picocms.org/docs", + "issues": "https://github.com/picocms/Pico/issues", + "source": "https://github.com/picocms/Pico" + }, "require": { "php": ">=5.3.6", - "twig/twig": "1.18.*", - "erusev/parsedown-extra": "0.7.*", - "symfony/yaml" : "2.3" + "twig/twig": "^1.18", + "erusev/parsedown-extra": "^0.7", + "symfony/yaml" : "^2.3" }, "autoload": { "psr-0": {