diff options
author | François Kooman <fkooman@tuxed.net> | 2016-06-01 08:54:07 +0200 |
---|---|---|
committer | François Kooman <fkooman@tuxed.net> | 2016-06-01 08:54:07 +0200 |
commit | 13feb3f7680723e9ab9c3a889eeeb5f25cc97490 (patch) | |
tree | 2320ba9982640181fd640fbc0e713ddde84342dd /composer.json | |
download | www.tuxed.net-13feb3f7680723e9ab9c3a889eeeb5f25cc97490.zip www.tuxed.net-13feb3f7680723e9ab9c3a889eeeb5f25cc97490.tar.gz www.tuxed.net-13feb3f7680723e9ab9c3a889eeeb5f25cc97490.tar.xz |
initial commit
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f91f571 --- /dev/null +++ b/composer.json @@ -0,0 +1,7 @@ +{ + "require": { + "fkooman/tpl-twig": "^1.3", + "michelf/php-markdown": "^1.6", + "suin/php-rss-writer": "^1.4" + } +} |