diff --git a/composer.json b/composer.json index e2850b2..5e035ff 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,5 @@ { "require": { - "tildeverse/wiki": "dev-master" - }, - "repositories": [ - { - "type": "vcs", - "url": "https://tildegit.org/team/tildewiki" - } - ] + "tildeteam/wiki": "^0.1.0" + } } diff --git a/composer.lock b/composer.lock index cf5de2f..2282773 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": "a88f8d05a0f0cb5d15c4597d5616f036", + "content-hash": "3779848aa146daecd3839d2d90aab35b", "packages": [ { "name": "erusev/parsedown", @@ -50,6 +50,10 @@ "markdown", "parser" ], + "support": { + "issues": "https://github.com/erusev/parsedown/issues", + "source": "https://github.com/erusev/parsedown/tree/1.7.x" + }, "time": "2019-12-30T22:54:17+00:00" }, { @@ -97,30 +101,34 @@ "parsedown", "parser" ], + "support": { + "issues": "https://github.com/erusev/parsedown-extra/issues", + "source": "https://github.com/erusev/parsedown-extra/tree/0.8.x" + }, "time": "2019-12-30T23:20:37+00:00" }, { "name": "mnapoli/front-yaml", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/mnapoli/FrontYAML.git", - "reference": "7602e0ffe84ca07b68865960d255d3ae9502e5d4" + "reference": "76baa8ca538e111bfe53ac49c6a512ec5ea2bf54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mnapoli/FrontYAML/zipball/7602e0ffe84ca07b68865960d255d3ae9502e5d4", - "reference": "7602e0ffe84ca07b68865960d255d3ae9502e5d4", + "url": "https://api.github.com/repos/mnapoli/FrontYAML/zipball/76baa8ca538e111bfe53ac49c6a512ec5ea2bf54", + "reference": "76baa8ca538e111bfe53ac49c6a512ec5ea2bf54", "shasum": "" }, "require": { "erusev/parsedown": "~1.0", - "php": "^7.2", + "php": ">=7.3", "symfony/yaml": "~2.1|^3.0|^4.0|^5.0" }, "require-dev": { "league/commonmark": "~1.4", - "phpunit/phpunit": "~8.5" + "phpunit/phpunit": "^9.4" }, "type": "library", "autoload": { @@ -132,7 +140,11 @@ "license": [ "MIT" ], - "time": "2020-05-21T08:30:56+00:00" + "support": { + "issues": "https://github.com/mnapoli/FrontYAML/issues", + "source": "https://github.com/mnapoli/FrontYAML/tree/1.8.0" + }, + "time": "2020-12-04T10:52:19+00:00" }, { "name": "symfony/deprecation-contracts", @@ -182,6 +194,9 @@ ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/master" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -200,16 +215,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.20.0", + "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41" + "reference": "c6c942b1ac76c82448322025e084cadc56048b4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41", - "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e", + "reference": "c6c942b1ac76c82448322025e084cadc56048b4e", "shasum": "" }, "require": { @@ -221,7 +236,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.20-dev" + "dev-main": "1.22-dev" }, "thanks": { "name": "symfony/polyfill", @@ -258,6 +273,9 @@ "polyfill", "portable" ], + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -272,20 +290,20 @@ "type": "tidelift" } ], - "time": "2020-10-23T14:02:19+00:00" + "time": "2021-01-07T16:49:33+00:00" }, { "name": "symfony/yaml", - "version": "v5.1.7", + "version": "v5.2.5", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a" + "reference": "298a08ddda623485208506fcee08817807a251dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a", - "reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a", + "url": "https://api.github.com/repos/symfony/yaml/zipball/298a08ddda623485208506fcee08817807a251dd", + "reference": "298a08ddda623485208506fcee08817807a251dd", "shasum": "" }, "require": { @@ -306,11 +324,6 @@ "Resources/bin/yaml-lint" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" @@ -333,8 +346,11 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Yaml Component", + "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v5.2.5" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -349,48 +365,54 @@ "type": "tidelift" } ], - "time": "2020-09-27T03:44:28+00:00" + "time": "2021-03-06T07:59:01+00:00" }, { - "name": "tildeverse/wiki", - "version": "dev-master", + "name": "tildeteam/wiki", + "version": "0.1.0", "source": { "type": "git", "url": "https://tildegit.org/team/tildewiki", - "reference": "413c46fc21d1cd02d0dd1f8a1ea6ca3b58f36c8c" + "reference": "accb34f9648c7137a605df77b66d2dab570d81ca" }, "require": { "erusev/parsedown-extra": "^0.8.1", - "mnapoli/front-yaml": "^1.7.0" + "mnapoli/front-yaml": "^1.8.0" }, "type": "library", "autoload": { "psr-4": { - "Tildeverse\\Wiki\\": "src/" + "tildeteam\\wiki\\": "src/" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPLv3" + "GPL-3.0-or-later" ], "authors": [ { "name": "Ben Harris", - "email": "ben@tilde.team" + "email": "ben@tilde.team", + "homepage": "https://tilde.team/~ben/", + "role": "Developer" } ], "description": "parsedown extensions for tilde wikis", - "time": "2020-10-27T18:43:33+00:00" + "homepage": "https://tildegit.org/team/tildewiki", + "keywords": [ + "markdown", + "wiki" + ], + "time": "2021-03-17T04:21:38+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "tildeverse/wiki": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "1.1.0" + "plugin-api-version": "2.0.0" } diff --git a/wiki/index.php b/wiki/index.php index 3d0a98a..6b7f95d 100644 --- a/wiki/index.php +++ b/wiki/index.php @@ -1,7 +1,7 @@