Update lock
All checks were successful
epubreader / nextcloud-22 (push) Successful in 1m21s
epubreader / nextcloud-27 (push) Successful in 56s

This commit is contained in:
Michel Roux 2023-06-26 10:05:43 +02:00
parent 26ab50464c
commit b4eb1cb84e
2 changed files with 14 additions and 14 deletions

View File

@ -6,7 +6,7 @@
"license": "AGPL-3.0-or-later",
"require-dev": {
"nextcloud/ocp": "^27.0.0",
"psalm/phar": "^5.12.0",
"psalm/phar": "^5.13.0",
"nextcloud/coding-standard": "^1.1.1"
},
"scripts": {

26
composer.lock generated
View File

@ -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": "7b806afecf0b4bd9cf2aed44f533eaf4",
"content-hash": "46fd4583b75816d1a8988093e8dfbd85",
"packages": [],
"packages-dev": [
{
@ -94,16 +94,16 @@
},
{
"name": "php-cs-fixer/shim",
"version": "v3.18.0",
"version": "v3.19.2",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/shim.git",
"reference": "a517e03dd0727336e502e071cc08e406ac878dba"
"reference": "698f24600c91fa7aca875956d615dccb2fa41f09"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/a517e03dd0727336e502e071cc08e406ac878dba",
"reference": "a517e03dd0727336e502e071cc08e406ac878dba",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/698f24600c91fa7aca875956d615dccb2fa41f09",
"reference": "698f24600c91fa7aca875956d615dccb2fa41f09",
"shasum": ""
},
"require": {
@ -140,22 +140,22 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/shim/issues",
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.18.0"
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.19.2"
},
"time": "2023-06-18T22:26:36+00:00"
"time": "2023-06-25T16:47:10+00:00"
},
{
"name": "psalm/phar",
"version": "5.12.0",
"version": "5.13.0",
"source": {
"type": "git",
"url": "https://github.com/psalm/phar.git",
"reference": "e7f9306ec83c706b4dba451f6adfb865ce4688e4"
"reference": "88c1d81b114ace88c7f5cf4d696537be88035e57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/psalm/phar/zipball/e7f9306ec83c706b4dba451f6adfb865ce4688e4",
"reference": "e7f9306ec83c706b4dba451f6adfb865ce4688e4",
"url": "https://api.github.com/repos/psalm/phar/zipball/88c1d81b114ace88c7f5cf4d696537be88035e57",
"reference": "88c1d81b114ace88c7f5cf4d696537be88035e57",
"shasum": ""
},
"require": {
@ -175,9 +175,9 @@
"description": "Composer-based Psalm Phar",
"support": {
"issues": "https://github.com/psalm/phar/issues",
"source": "https://github.com/psalm/phar/tree/5.12.0"
"source": "https://github.com/psalm/phar/tree/5.13.0"
},
"time": "2023-05-22T21:30:41+00:00"
"time": "2023-06-26T07:22:30+00:00"
},
{
"name": "psr/clock",