update composer deps

make sure to update with composer install
This commit is contained in:
Ben Harris 2020-10-27 14:46:18 -04:00
parent da715de382
commit 2f5eab427a
2 changed files with 154 additions and 50 deletions

View File

@ -5,7 +5,7 @@
"repositories": [ "repositories": [
{ {
"type": "vcs", "type": "vcs",
"url": "https://tildegit.org/ben/tildewiki" "url": "https://tildegit.org/team/tildewiki"
} }
] ]
} }

202
composer.lock generated
View File

@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "3ab3df15c4e40417f427b37691e83088", "content-hash": "a88f8d05a0f0cb5d15c4597d5616f036",
"packages": [ "packages": [
{ {
"name": "erusev/parsedown", "name": "erusev/parsedown",
"version": "1.7.3", "version": "1.7.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/erusev/parsedown.git", "url": "https://github.com/erusev/parsedown.git",
"reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7" "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7", "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7", "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -50,24 +50,27 @@
"markdown", "markdown",
"parser" "parser"
], ],
"time": "2019-03-17T18:48:37+00:00" "time": "2019-12-30T22:54:17+00:00"
}, },
{ {
"name": "erusev/parsedown-extra", "name": "erusev/parsedown-extra",
"version": "0.7.1", "version": "0.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/erusev/parsedown-extra.git", "url": "https://github.com/erusev/parsedown-extra.git",
"reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c" "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/0db5cce7354e4b76f155d092ab5eb3981c21258c", "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/91ac3ff98f0cea243bdccc688df43810f044dcef",
"reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c", "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"erusev/parsedown": "~1.4" "erusev/parsedown": "^1.7.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -94,30 +97,30 @@
"parsedown", "parsedown",
"parser" "parser"
], ],
"time": "2015-11-01T10:19:22+00:00" "time": "2019-12-30T23:20:37+00:00"
}, },
{ {
"name": "mnapoli/front-yaml", "name": "mnapoli/front-yaml",
"version": "1.6.0", "version": "1.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mnapoli/FrontYAML.git", "url": "https://github.com/mnapoli/FrontYAML.git",
"reference": "24070ace8b741247bb3161cbb38ecc541268b296" "reference": "7602e0ffe84ca07b68865960d255d3ae9502e5d4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mnapoli/FrontYAML/zipball/24070ace8b741247bb3161cbb38ecc541268b296", "url": "https://api.github.com/repos/mnapoli/FrontYAML/zipball/7602e0ffe84ca07b68865960d255d3ae9502e5d4",
"reference": "24070ace8b741247bb3161cbb38ecc541268b296", "reference": "7602e0ffe84ca07b68865960d255d3ae9502e5d4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"erusev/parsedown": "~1.0", "erusev/parsedown": "~1.0",
"php": ">=5.4.0", "php": "^7.2",
"symfony/yaml": "~2.1|^3.0|^4.0" "symfony/yaml": "~2.1|^3.0|^4.0|^5.0"
}, },
"require-dev": { "require-dev": {
"league/commonmark": "~0.7", "league/commonmark": "~1.4",
"phpunit/phpunit": "~4.5" "phpunit/phpunit": "~8.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -129,24 +132,88 @@
"license": [ "license": [
"MIT" "MIT"
], ],
"time": "2017-10-29T19:29:55+00:00" "time": "2020-05-21T08:30:56+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/deprecation-contracts",
"version": "v1.11.0", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "82ebae02209c21113908c229e9883c419720738a" "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"reference": "82ebae02209c21113908c229e9883c419720738a", "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-09-07T11:33:47+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41",
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41",
"shasum": ""
},
"require": {
"php": ">=7.1"
}, },
"suggest": { "suggest": {
"ext-ctype": "For best performance" "ext-ctype": "For best performance"
@ -154,7 +221,11 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.11-dev" "dev-main": "1.20-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
} }
}, },
"autoload": { "autoload": {
@ -170,13 +241,13 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{ {
"name": "Gert de Pagter", "name": "Gert de Pagter",
"email": "BackEndTea@gmail.com" "email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony polyfill for ctype functions", "description": "Symfony polyfill for ctype functions",
@ -187,39 +258,57 @@
"polyfill", "polyfill",
"portable" "portable"
], ],
"time": "2019-02-06T07:57:58+00:00" "funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v4.3.2", "version": "v5.1.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99" "reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/c60ecf5ba842324433b46f58dc7afc4487dbab99", "url": "https://api.github.com/repos/symfony/yaml/zipball/e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a",
"reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99", "reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3", "php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-ctype": "~1.8" "symfony/polyfill-ctype": "~1.8"
}, },
"conflict": { "conflict": {
"symfony/console": "<3.4" "symfony/console": "<4.4"
}, },
"require-dev": { "require-dev": {
"symfony/console": "~3.4|~4.0" "symfony/console": "^4.4|^5.0"
}, },
"suggest": { "suggest": {
"symfony/console": "For validating YAML files using the lint command" "symfony/console": "For validating YAML files using the lint command"
}, },
"bin": [
"Resources/bin/yaml-lint"
],
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.3-dev" "dev-master": "5.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -246,19 +335,33 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-04-06T14:04:46+00:00" "funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-09-27T03:44:28+00:00"
}, },
{ {
"name": "tildeverse/wiki", "name": "tildeverse/wiki",
"version": "dev-master", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://tildegit.org/ben/tildewiki", "url": "https://tildegit.org/team/tildewiki",
"reference": "751eb64c383cb7c6ec643eaf683b88aa1de351ea" "reference": "413c46fc21d1cd02d0dd1f8a1ea6ca3b58f36c8c"
}, },
"require": { "require": {
"erusev/parsedown-extra": "^0.7.1", "erusev/parsedown-extra": "^0.8.1",
"mnapoli/front-yaml": "^1.6" "mnapoli/front-yaml": "^1.7.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -276,7 +379,7 @@
} }
], ],
"description": "parsedown extensions for tilde wikis", "description": "parsedown extensions for tilde wikis",
"time": "2019-07-03T05:06:34+00:00" "time": "2020-10-27T18:43:33+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
@ -288,5 +391,6 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
"platform-dev": [] "platform-dev": [],
"plugin-api-version": "1.1.0"
} }