mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-14 02:24:31 +00:00
Update composer deps
This commit is contained in:
parent
c806bbce3f
commit
0fce5de6cd
1 changed files with 13 additions and 13 deletions
26
composer.lock
generated
26
composer.lock
generated
|
@ -3020,20 +3020,20 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lcobucci/clock",
|
"name": "lcobucci/clock",
|
||||||
"version": "3.1.0",
|
"version": "3.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/lcobucci/clock.git",
|
"url": "https://github.com/lcobucci/clock.git",
|
||||||
"reference": "30a854ceb22bd87d83a7a4563b3f6312453945fc"
|
"reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/lcobucci/clock/zipball/30a854ceb22bd87d83a7a4563b3f6312453945fc",
|
"url": "https://api.github.com/repos/lcobucci/clock/zipball/039ef98c6b57b101d10bd11d8fdfda12cbd996dc",
|
||||||
"reference": "30a854ceb22bd87d83a7a4563b3f6312453945fc",
|
"reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "~8.2.0",
|
"php": "~8.1.0 || ~8.2.0",
|
||||||
"psr/clock": "^1.0"
|
"psr/clock": "^1.0"
|
||||||
},
|
},
|
||||||
"provide": {
|
"provide": {
|
||||||
|
@ -3041,13 +3041,13 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"infection/infection": "^0.26",
|
"infection/infection": "^0.26",
|
||||||
"lcobucci/coding-standard": "^10.0.0",
|
"lcobucci/coding-standard": "^9.0",
|
||||||
"phpstan/extension-installer": "^1.2",
|
"phpstan/extension-installer": "^1.2",
|
||||||
"phpstan/phpstan": "^1.10.7",
|
"phpstan/phpstan": "^1.9.4",
|
||||||
"phpstan/phpstan-deprecation-rules": "^1.1.3",
|
"phpstan/phpstan-deprecation-rules": "^1.1.1",
|
||||||
"phpstan/phpstan-phpunit": "^1.3.10",
|
"phpstan/phpstan-phpunit": "^1.3.2",
|
||||||
"phpstan/phpstan-strict-rules": "^1.5.0",
|
"phpstan/phpstan-strict-rules": "^1.4.4",
|
||||||
"phpunit/phpunit": "^10.0.17"
|
"phpunit/phpunit": "^9.5.27"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -3068,7 +3068,7 @@
|
||||||
"description": "Yet another clock abstraction",
|
"description": "Yet another clock abstraction",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/lcobucci/clock/issues",
|
"issues": "https://github.com/lcobucci/clock/issues",
|
||||||
"source": "https://github.com/lcobucci/clock/tree/3.1.0"
|
"source": "https://github.com/lcobucci/clock/tree/3.0.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -3080,7 +3080,7 @@
|
||||||
"type": "patreon"
|
"type": "patreon"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-03-20T19:12:25+00:00"
|
"time": "2022-12-19T15:00:24+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lcobucci/jwt",
|
"name": "lcobucci/jwt",
|
||||||
|
|
Loading…
Reference in a new issue