Update packages

This commit is contained in:
Ben 2022-07-21 15:32:52 +02:00
parent b3619d3ae1
commit 317630c054
Signed by: ben
GPG Key ID: 0F54A7ED232D3319
4 changed files with 1066 additions and 631 deletions

View File

@ -1,37 +1,38 @@
{ {
"name": "upschooling/upschooling", "name": "upschooling/upschooling",
"description": "UPschooling Support Platform", "description": "UPschooling Support Platform",
"type": "project", "type": "project",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"authors": [ "authors": [
{ {
"name": "UPschooling" "name": "UPschooling"
} }
], ],
"repositories": [ "repositories": [
{ {
"type": "vcs", "type": "vcs",
"url": "https://gitea.rs485.network/UPschooling/matrix-php-sdk.git" "url": "https://gitea.rs485.network/UPschooling/matrix-php-sdk.git"
} }
], ],
"require": { "require": {
"aryess/php-matrix-sdk": "dev-feature/guzzle7-update", "php": ">=7.4",
"ext-json": "*" "aryess/php-matrix-sdk": "dev-feature/guzzle7-update",
}, "ext-json": "*"
"require-dev": { },
"phpunit/phpunit": "^8.5", "require-dev": {
"nextcloud/coding-standard": "^0.5.0" "phpunit/phpunit": "^8.5",
}, "nextcloud/coding-standard": "^0.5.0"
"config": { },
"optimize-autoloader": true, "config": {
"classmap-authoritative": true, "optimize-autoloader": true,
"platform": { "classmap-authoritative": true,
"php": "7.2.5" "platform": {
} "php": "7.4"
}, }
"scripts": { },
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l", "scripts": {
"cs:check": "php-cs-fixer fix --dry-run --diff", "lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
"cs:fix": "php-cs-fixer fix" "cs:check": "php-cs-fixer fix --dry-run --diff",
} "cs:fix": "php-cs-fixer fix"
}
} }

37
composer.lock generated
View File

@ -4,7 +4,7 @@
"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": "ebcdd7dd09ac660354e0302e45d5c254", "content-hash": "df6f6020c193c318b6313829675d8c5b",
"packages": [ "packages": [
{ {
"name": "aryess/php-matrix-sdk", "name": "aryess/php-matrix-sdk",
@ -1836,29 +1836,29 @@
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
"version": "3.1.3", "version": "4.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "9c1da83261628cb24b6a6df371b6e312b3954768" "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3",
"reference": "9c1da83261628cb24b6a6df371b6e312b3954768", "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-tokenizer": "*", "ext-tokenizer": "*",
"php": ">=7.1" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^7.0" "phpunit/phpunit": "^9.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.1-dev" "dev-master": "4.0-dev"
} }
}, },
"autoload": { "autoload": {
@ -1883,7 +1883,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues", "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3" "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
}, },
"funding": [ "funding": [
{ {
@ -1892,7 +1892,7 @@
} }
], ],
"abandoned": true, "abandoned": true,
"time": "2021-07-26T12:15:06+00:00" "time": "2020-08-04T08:28:15+00:00"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
@ -2039,20 +2039,20 @@
}, },
{ {
"name": "psr/container", "name": "psr/container",
"version": "1.1.1", "version": "1.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/container.git", "url": "https://github.com/php-fig/container.git",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.0" "php": ">=7.4.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2081,9 +2081,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-fig/container/issues", "issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.1" "source": "https://github.com/php-fig/container/tree/1.1.2"
}, },
"time": "2021-03-05T17:36:06+00:00" "time": "2021-11-05T16:50:12+00:00"
}, },
{ {
"name": "psr/event-dispatcher", "name": "psr/event-dispatcher",
@ -4486,11 +4486,12 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.4",
"ext-json": "*" "ext-json": "*"
}, },
"platform-dev": [], "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "7.2.5" "php": "7.4"
}, },
"plugin-api-version": "2.3.0" "plugin-api-version": "2.3.0"
} }

1578
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,12 @@
{ {
"name": "upschooling", "name": "upschooling",
"description": "A simple Nextcloud app tutorial for building a notes app", "description": "A simple Nextcloud app tutorial for building a notes app",
"version": "20.0.0", "version": "22.0.0",
"author": "UPschooling", "author": "UPschooling",
"contributors": [ "contributors": [
"Finn", "Finn",
"Ben" "Ben",
"Caluera"
], ],
"bugs": { "bugs": {
"url": "https://gitea.rs485.network/UPschooling/Nextcloud-App/issues" "url": "https://gitea.rs485.network/UPschooling/Nextcloud-App/issues"
@ -28,10 +29,10 @@
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix" "stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
}, },
"dependencies": { "dependencies": {
"@nextcloud/axios": "^1.9.0", "@nextcloud/axios": "^1.10.0",
"@nextcloud/dialogs": "^3.1.2", "@nextcloud/dialogs": "^3.1.4",
"@nextcloud/router": "^2.0.0", "@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.0.0", "@nextcloud/vue": "^5.3.1",
"vue": "^2.6.14" "vue": "^2.6.14"
}, },
"browserslist": [ "browserslist": [