pupupu

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

commit
9d6b6158e431868545814d916d89cab4b27aebd1
parent
3b8dbeae7537cca49250112d4798553f0253a3b5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-01-24 19:06
update php dependencies

Diffstat

M composer.json 4 ++--

1 files changed, 2 insertions, 2 deletions


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

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