Browse Source

build(deps): Bump cuyz/valinor from 1.17.0 to 2.2.0

Bumps [cuyz/valinor](https://github.com/CuyZ/Valinor) from 1.17.0 to 2.2.0.
- [Release notes](https://github.com/CuyZ/Valinor/releases)
- [Changelog](https://github.com/CuyZ/Valinor/blob/master/.changelog)
- [Commits](https://github.com/CuyZ/Valinor/compare/1.17.0...2.2.0)

---
updated-dependencies:
- dependency-name: cuyz/valinor
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 days ago
committed by GitHub
parent
commit
710c923750
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      composer.json
  2. 70
      composer.lock

2
composer.json

@ -45,7 +45,7 @@
},
"require": {
"bamarni/composer-bin-plugin": "^1.8",
"cuyz/valinor": "^1.17",
"cuyz/valinor": "^2.2",
"cweagans/composer-patches": "^1.7.3",
"firebase/php-jwt": "^6.11"
},

70
composer.lock

@ -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": "5e345415d860b042f424a9c071a6e061",
"content-hash": "cae3072bac0e257af7918b598af722bb",
"packages": [
{
"name": "bamarni/composer-bin-plugin",
@ -65,22 +65,21 @@
},
{
"name": "cuyz/valinor",
"version": "1.17.0",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/CuyZ/Valinor.git",
"reference": "9eb2802797e36f3af1fd6e13ff23e4e3d0058022"
"reference": "35470e576041dd9695ef36aceaab8925bc676586"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/CuyZ/Valinor/zipball/9eb2802797e36f3af1fd6e13ff23e4e3d0058022",
"reference": "9eb2802797e36f3af1fd6e13ff23e4e3d0058022",
"url": "https://api.github.com/repos/CuyZ/Valinor/zipball/35470e576041dd9695ef36aceaab8925bc676586",
"reference": "35470e576041dd9695ef36aceaab8925bc676586",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
},
"conflict": {
"phpstan/phpstan": "<1.0 || >= 3.0",
@ -88,7 +87,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4",
"infection/infection": "^0.29",
"infection/infection": "^0.31",
"marcocesarato/php-conventional-changelog": "^1.12",
"mikey179/vfsstream": "^1.6.10",
"phpbench/phpbench": "^1.3",
@ -131,7 +130,7 @@
],
"support": {
"issues": "https://github.com/CuyZ/Valinor/issues",
"source": "https://github.com/CuyZ/Valinor/tree/1.17.0"
"source": "https://github.com/CuyZ/Valinor/tree/2.2.0"
},
"funding": [
{
@ -139,7 +138,7 @@
"type": "github"
}
],
"time": "2025-06-20T06:40:38+00:00"
"time": "2025-09-29T13:07:34+00:00"
},
{
"name": "cweagans/composer-patches",
@ -251,57 +250,6 @@
"source": "https://github.com/firebase/php-jwt/tree/v6.11.1"
},
"time": "2025-04-09T20:32:01+00:00"
},
{
"name": "psr/simple-cache",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
},
"time": "2021-10-29T13:26:27+00:00"
}
],
"packages-dev": [

Loading…
Cancel
Save