wip yeswiki-installer and yeswiki-remover

This commit is contained in:
mrflos 2022-08-29 00:26:46 +03:00
parent 12b6a9b0c2
commit a685758881
9 changed files with 567 additions and 164 deletions

112
composer.lock generated
View file

@ -4,8 +4,52 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "7804f603c1e45b579e09b65c72451f75",
"content-hash": "de592ca396a34fbfa0f874b18161bb66",
"packages": [
{
"name": "devcoder-xyz/php-dotenv",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/devcoder-xyz/php-dotenv.git",
"reference": "1f478184b7fd199f5ffb0f89c1547f61c8172042"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/devcoder-xyz/php-dotenv/zipball/1f478184b7fd199f5ffb0f89c1547f61c8172042",
"reference": "1f478184b7fd199f5ffb0f89c1547f61c8172042",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.4"
},
"type": "library",
"autoload": {
"psr-4": {
"DevCoder\\": "src",
"Test\\DevCoder\\": "tests"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fad M.R",
"email": "fadymichel@devcoder.xyz"
}
],
"description": "Parses .env files",
"support": {
"issues": "https://github.com/devcoder-xyz/php-dotenv/issues",
"source": "https://github.com/devcoder-xyz/php-dotenv/tree/1.1.1"
},
"time": "2021-07-17T21:19:15+00:00"
},
{
"name": "league/climate",
"version": "3.8.2",
@ -71,6 +115,70 @@
},
"time": "2022-06-18T14:42:08+00:00"
},
{
"name": "league/plates",
"version": "v3.4.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/plates.git",
"reference": "6d3ee31199b536a4e003b34a356ca20f6f75496a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/plates/zipball/6d3ee31199b536a4e003b34a356ca20f6f75496a",
"reference": "6d3ee31199b536a4e003b34a356ca20f6f75496a",
"shasum": ""
},
"require": {
"php": "^7.0|^8.0"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"League\\Plates\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Reinink",
"email": "jonathan@reinink.ca",
"role": "Developer"
},
{
"name": "RJ Garcia",
"email": "ragboyjr@icloud.com",
"role": "Developer"
}
],
"description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
"homepage": "https://platesphp.com",
"keywords": [
"league",
"package",
"templates",
"templating",
"views"
],
"support": {
"issues": "https://github.com/thephpleague/plates/issues",
"source": "https://github.com/thephpleague/plates/tree/v3.4.0"
},
"time": "2020-12-25T05:00:37+00:00"
},
{
"name": "psr/log",
"version": "3.0.0",
@ -185,5 +293,5 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.2.0"
}