diff --git a/composer.json b/composer.json index 5e035ff..9418fdd 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { "require": { - "tildeteam/wiki": "^0.1.0" + "tildeteam/wiki": "^1.0.0" } } diff --git a/composer.lock b/composer.lock index 9cceb5c..368bbff 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3779848aa146daecd3839d2d90aab35b", + "content-hash": "21b797601a3035a039996278b8e9b035", "packages": [ { "name": "erusev/parsedown", @@ -348,20 +348,23 @@ }, { "name": "tildeteam/wiki", - "version": "0.1.0", + "version": "1.0.0", "source": { "type": "git", "url": "https://tildegit.org/team/tildewiki", - "reference": "accb34f9648c7137a605df77b66d2dab570d81ca" + "reference": "519497aa9ed64b5f614a544d98096e448b8860e2" }, "require": { "erusev/parsedown-extra": "^0.8.1", "mnapoli/front-yaml": "^1.8.0" }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, "type": "library", "autoload": { "psr-4": { - "tildeteam\\wiki\\": "src/" + "tildeteam\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -382,7 +385,7 @@ "markdown", "wiki" ], - "time": "2021-03-17T04:21:38+00:00" + "time": "2021-03-17T16:29:47+00:00" } ], "packages-dev": [], diff --git a/entries/index.php b/entries/index.php index 883248d..b3758fc 100644 --- a/entries/index.php +++ b/entries/index.php @@ -1,7 +1,9 @@