diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-03-17 11:19:05 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-03-17 11:33:03 +0100 |
commit | 53a5f6b267b1deb8c5f10973c1a238ff74a33e5a (patch) | |
tree | d3d3611a6aa31023fd911fced4906e72188647b3 /composer.json | |
download | wcms-53a5f6b267b1deb8c5f10973c1a238ff74a33e5a.tar.gz wcms-53a5f6b267b1deb8c5f10973c1a238ff74a33e5a.zip |
Commit initial
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..74ec1b5 --- /dev/null +++ b/composer.json @@ -0,0 +1,5 @@ +{ + "require": { + "michelf/php-markdown": "^1.8" + } +} |