pupupu

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

commit
8947516d72db5f7f0f0eee048d2625232b53f5f8
parent
5a9af260d834f9d173a02d24b80cc9e46f3af2f8
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-12-02 16:09
update dependencies

Diffstat

M composer.json 6 +++---

1 files changed, 3 insertions, 3 deletions


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

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