Browse Source

chore(dev-deps): Bump nextcloud/ocp package

Signed-off-by: GitHub <noreply@github.com>
pull/8543/head
nextcloud-command 3 years ago
committed by GitHub
parent
commit
889eddfda8
  1. 57
      composer.lock
  2. 12
      vendor-bin/csfixer/composer.lock

57
composer.lock

@ -133,16 +133,17 @@
"source": {
"type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "14533576a8372ccfd1938e363c00e17ae1032605"
"reference": "bb48f47e96de8062d48769173c329e2bea14d272"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/14533576a8372ccfd1938e363c00e17ae1032605",
"reference": "14533576a8372ccfd1938e363c00e17ae1032605",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/bb48f47e96de8062d48769173c329e2bea14d272",
"reference": "bb48f47e96de8062d48769173c329e2bea14d272",
"shasum": ""
},
"require": {
"php": "^7.4 || ~8.0 || ~8.1",
"psr/clock": "^1.0",
"psr/container": "^1.1.1",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1"
@ -169,7 +170,55 @@
"issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
},
"time": "2022-12-21T00:33:51+00:00"
"time": "2023-01-06T00:37:47+00:00"
},
{
"name": "psr/clock",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/clock.git",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Clock\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for reading the clock.",
"homepage": "https://github.com/php-fig/clock",
"keywords": [
"clock",
"now",
"psr",
"psr-20",
"time"
],
"support": {
"issues": "https://github.com/php-fig/clock/issues",
"source": "https://github.com/php-fig/clock/tree/1.0.0"
},
"time": "2022-11-25T14:36:26+00:00"
},
{
"name": "psr/container",

12
vendor-bin/csfixer/composer.lock

@ -424,16 +424,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.13.1",
"version": "v3.13.2",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "78d2251dd86b49c609a0fd37c20dcf0a00aea5a7"
"reference": "3952f08a81bd3b1b15e11c3de0b6bf037faa8496"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/78d2251dd86b49c609a0fd37c20dcf0a00aea5a7",
"reference": "78d2251dd86b49c609a0fd37c20dcf0a00aea5a7",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3952f08a81bd3b1b15e11c3de0b6bf037faa8496",
"reference": "3952f08a81bd3b1b15e11c3de0b6bf037faa8496",
"shasum": ""
},
"require": {
@ -501,7 +501,7 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.1"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.13.2"
},
"funding": [
{
@ -509,7 +509,7 @@
"type": "github"
}
],
"time": "2022-12-18T00:47:22+00:00"
"time": "2023-01-02T23:53:50+00:00"
},
{
"name": "nextcloud/coding-standard",

Loading…
Cancel
Save