pupupu

simple static CMS for crappy servers
git clone https://git.ce9e.org/pupupu.git

commit
6076d21e9e8fe5ae82d690e7413bcabcca1d5278
parent
aaf1d8924112c25e95b1f3be8cf0bbebef554bd2
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-08-11 07:20
update deps

Diffstat

M composer.json 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/composer.json b/composer.json

@@ -1,6 +1,6 @@
    1     1 {
    2     2     "require": {
    3    -1         "symfony/yaml": "^3.4",
   -1     3         "symfony/yaml": "^4.0",
    4     4         "twig/twig": "^2.0",
    5     5         "michelf/php-markdown": "^1.8"
    6     6     }