Update used packages to their latest versions

This commit is contained in:
DariusIII
2026-08-16 18:54:47 +02:00
parent b49a0cd4d7
commit b419553a25
Generated
+19 -16
View File
@@ -12274,19 +12274,21 @@
}, },
{ {
"name": "hamcrest/hamcrest-php", "name": "hamcrest/hamcrest-php",
"version": "v2.1.1", "version": "v3.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git", "url": "https://github.com/hamcrest/hamcrest-php.git",
"reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487" "reference": "b61cd040da1a4925bc90a51c074f5297e7c0fa52"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487", "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b61cd040da1a4925bc90a51c074f5297e7c0fa52",
"reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487", "reference": "b61cd040da1a4925bc90a51c074f5297e7c0fa52",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-ctype": "*",
"ext-dom": "*",
"php": "^7.4|^8.0" "php": "^7.4|^8.0"
}, },
"replace": { "replace": {
@@ -12295,13 +12297,15 @@
"kodova/hamcrest-php": "*" "kodova/hamcrest-php": "*"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0", "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0" "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.1-dev" "dev-master": "3.0-dev"
} }
}, },
"autoload": { "autoload": {
@@ -12319,9 +12323,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/hamcrest/hamcrest-php/issues", "issues": "https://github.com/hamcrest/hamcrest-php/issues",
"source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1" "source": "https://github.com/hamcrest/hamcrest-php/tree/v3.0.0"
}, },
"time": "2025-04-30T06:54:44+00:00" "time": "2026-03-17T11:56:53+00:00"
}, },
{ {
"name": "iamcal/sql-parser", "name": "iamcal/sql-parser",
@@ -13141,29 +13145,28 @@
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "1.6.12", "version": "1.6.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mockery/mockery.git", "url": "https://github.com/mockery/mockery.git",
"reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699" "reference": "9cb54414cdcd2ec5ca292e7ba19dba3a3444885d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699", "url": "https://api.github.com/repos/mockery/mockery/zipball/9cb54414cdcd2ec5ca292e7ba19dba3a3444885d",
"reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699", "reference": "9cb54414cdcd2ec5ca292e7ba19dba3a3444885d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"hamcrest/hamcrest-php": "^2.0.1", "hamcrest/hamcrest-php": "^2.0 || ^3.0",
"lib-pcre": ">=7.0",
"php": ">=7.3" "php": ">=7.3"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": "<8.0" "phpunit/phpunit": "<8.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.5 || ^9.6.17", "phpunit/phpunit": "^9.6.36",
"symplify/easy-coding-standard": "^12.1.14" "symplify/easy-coding-standard": "^13.2.17"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -13220,7 +13223,7 @@
"security": "https://github.com/mockery/mockery/security/advisories", "security": "https://github.com/mockery/mockery/security/advisories",
"source": "https://github.com/mockery/mockery" "source": "https://github.com/mockery/mockery"
}, },
"time": "2024-05-16T03:13:13+00:00" "time": "2026-08-15T03:07:32+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",