mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-23 16:06:51 +00:00
php dependency updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
397950e87b
commit
b3c1038eaa
1 changed files with 18 additions and 17 deletions
35
php/composer.lock
generated
35
php/composer.lock
generated
|
|
@ -630,16 +630,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "php-di/slim-bridge",
|
"name": "php-di/slim-bridge",
|
||||||
"version": "3.4.0",
|
"version": "3.4.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/PHP-DI/Slim-Bridge.git",
|
"url": "https://github.com/PHP-DI/Slim-Bridge.git",
|
||||||
"reference": "d14c95b34b3c5ba2e8c40020dd93fdcc8f3ba875"
|
"reference": "02ab0274a19d104d74561164f8915b62d93f3cf0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/PHP-DI/Slim-Bridge/zipball/d14c95b34b3c5ba2e8c40020dd93fdcc8f3ba875",
|
"url": "https://api.github.com/repos/PHP-DI/Slim-Bridge/zipball/02ab0274a19d104d74561164f8915b62d93f3cf0",
|
||||||
"reference": "d14c95b34b3c5ba2e8c40020dd93fdcc8f3ba875",
|
"reference": "02ab0274a19d104d74561164f8915b62d93f3cf0",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -650,6 +650,7 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"laminas/laminas-diactoros": "^2.1",
|
"laminas/laminas-diactoros": "^2.1",
|
||||||
|
"mnapoli/hard-mode": "^0.3.0",
|
||||||
"phpunit/phpunit": ">= 7.0 < 10"
|
"phpunit/phpunit": ">= 7.0 < 10"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
|
@ -665,9 +666,9 @@
|
||||||
"description": "PHP-DI integration in Slim",
|
"description": "PHP-DI integration in Slim",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/PHP-DI/Slim-Bridge/issues",
|
"issues": "https://github.com/PHP-DI/Slim-Bridge/issues",
|
||||||
"source": "https://github.com/PHP-DI/Slim-Bridge/tree/3.4.0"
|
"source": "https://github.com/PHP-DI/Slim-Bridge/tree/3.4.1"
|
||||||
},
|
},
|
||||||
"time": "2023-06-29T14:08:47+00:00"
|
"time": "2024-06-19T15:47:45+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/container",
|
"name": "psr/container",
|
||||||
|
|
@ -3567,11 +3568,11 @@
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "5.x-dev",
|
"dev-1.x": "1.x-dev",
|
||||||
"dev-4.x": "4.x-dev",
|
|
||||||
"dev-3.x": "3.x-dev",
|
|
||||||
"dev-2.x": "2.x-dev",
|
"dev-2.x": "2.x-dev",
|
||||||
"dev-1.x": "1.x-dev"
|
"dev-3.x": "3.x-dev",
|
||||||
|
"dev-4.x": "4.x-dev",
|
||||||
|
"dev-master": "5.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
@ -3636,18 +3637,18 @@
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"extra": {
|
"extra": {
|
||||||
"phar-builder": {
|
"phar-builder": {
|
||||||
"compression": "BZip2",
|
|
||||||
"name": "phpdd-dev.phar",
|
"name": "phpdd-dev.phar",
|
||||||
"output-dir": "./",
|
"events": {
|
||||||
"entry-point": "bin/phpdd",
|
"command.package.end": "cp phpdd-dev.phar phpdd-`cat bin/version.txt`.phar && chmod +x phpdd-`cat bin/version.txt`.phar && rm bin/version.txt",
|
||||||
|
"command.package.start": "git describe --tags > bin/version.txt"
|
||||||
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"bin",
|
"bin",
|
||||||
"data"
|
"data"
|
||||||
],
|
],
|
||||||
"events": {
|
"output-dir": "./",
|
||||||
"command.package.start": "git describe --tags > bin/version.txt",
|
"compression": "BZip2",
|
||||||
"command.package.end": "cp phpdd-dev.phar phpdd-`cat bin/version.txt`.phar && chmod +x phpdd-`cat bin/version.txt`.phar && rm bin/version.txt"
|
"entry-point": "bin/phpdd"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue