Loading composer.lock +17 −13 Original line number Diff line number Diff line Loading @@ -7024,26 +7024,27 @@ }, { "name": "phpspec/prophecy", "version": "v1.19.0", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", "reference": "67a759e7d8746d501c41536ba40cd9c0a07d6a87" "reference": "a0165c648cab6a80311c74ffc708a07bb53ecc93" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/67a759e7d8746d501c41536ba40cd9c0a07d6a87", "reference": "67a759e7d8746d501c41536ba40cd9c0a07d6a87", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/a0165c648cab6a80311c74ffc708a07bb53ecc93", "reference": "a0165c648cab6a80311c74ffc708a07bb53ecc93", "shasum": "" }, "require": { "doctrine/instantiator": "^1.2 || ^2.0", "php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.*", "php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0", "sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.40", "phpspec/phpspec": "^6.0 || ^7.0", "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" Loading Loading @@ -7087,22 +7088,22 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", "source": "https://github.com/phpspec/prophecy/tree/v1.19.0" "source": "https://github.com/phpspec/prophecy/tree/v1.20.0" }, "time": "2024-02-29T11:52:51+00:00" "time": "2024-11-19T13:12:41+00:00" }, { "name": "phpspec/prophecy-phpunit", "version": "v2.2.0", "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy-phpunit.git", "reference": "16e1247e139434bce0bac09848bc5c8d882940fc" "reference": "8819516c1b489ecee4c60db5f5432fac1ea8ac6f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/16e1247e139434bce0bac09848bc5c8d882940fc", "reference": "16e1247e139434bce0bac09848bc5c8d882940fc", "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/8819516c1b489ecee4c60db5f5432fac1ea8ac6f", "reference": "8819516c1b489ecee4c60db5f5432fac1ea8ac6f", "shasum": "" }, "require": { Loading @@ -7110,6 +7111,9 @@ "phpspec/prophecy": "^1.18", "phpunit/phpunit": "^9.1 || ^10.1 || ^11.0" }, "require-dev": { "phpstan/phpstan": "^1.10" }, "type": "library", "extra": { "branch-alias": { Loading Loading @@ -7139,9 +7143,9 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy-phpunit/issues", "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.2.0" "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.3.0" }, "time": "2024-03-01T08:33:58+00:00" "time": "2024-11-19T13:24:17+00:00" }, { "name": "phpstan/extension-installer", Loading composer/Metapackage/PinnedDevDependencies/composer.json +2 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,8 @@ "phpdocumentor/reflection-common": "2.2.0", "phpdocumentor/reflection-docblock": "5.6.0", "phpdocumentor/type-resolver": "1.10.0", "phpspec/prophecy": "v1.19.0", "phpspec/prophecy-phpunit": "v2.2.0", "phpspec/prophecy": "v1.20.0", "phpspec/prophecy-phpunit": "v2.3.0", "phpstan/extension-installer": "1.4.3", "phpstan/phpdoc-parser": "1.33.0", "phpstan/phpstan": "1.12.11", Loading Loading
composer.lock +17 −13 Original line number Diff line number Diff line Loading @@ -7024,26 +7024,27 @@ }, { "name": "phpspec/prophecy", "version": "v1.19.0", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", "reference": "67a759e7d8746d501c41536ba40cd9c0a07d6a87" "reference": "a0165c648cab6a80311c74ffc708a07bb53ecc93" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/67a759e7d8746d501c41536ba40cd9c0a07d6a87", "reference": "67a759e7d8746d501c41536ba40cd9c0a07d6a87", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/a0165c648cab6a80311c74ffc708a07bb53ecc93", "reference": "a0165c648cab6a80311c74ffc708a07bb53ecc93", "shasum": "" }, "require": { "doctrine/instantiator": "^1.2 || ^2.0", "php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.*", "php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0", "sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.40", "phpspec/phpspec": "^6.0 || ^7.0", "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" Loading Loading @@ -7087,22 +7088,22 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", "source": "https://github.com/phpspec/prophecy/tree/v1.19.0" "source": "https://github.com/phpspec/prophecy/tree/v1.20.0" }, "time": "2024-02-29T11:52:51+00:00" "time": "2024-11-19T13:12:41+00:00" }, { "name": "phpspec/prophecy-phpunit", "version": "v2.2.0", "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy-phpunit.git", "reference": "16e1247e139434bce0bac09848bc5c8d882940fc" "reference": "8819516c1b489ecee4c60db5f5432fac1ea8ac6f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/16e1247e139434bce0bac09848bc5c8d882940fc", "reference": "16e1247e139434bce0bac09848bc5c8d882940fc", "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/8819516c1b489ecee4c60db5f5432fac1ea8ac6f", "reference": "8819516c1b489ecee4c60db5f5432fac1ea8ac6f", "shasum": "" }, "require": { Loading @@ -7110,6 +7111,9 @@ "phpspec/prophecy": "^1.18", "phpunit/phpunit": "^9.1 || ^10.1 || ^11.0" }, "require-dev": { "phpstan/phpstan": "^1.10" }, "type": "library", "extra": { "branch-alias": { Loading Loading @@ -7139,9 +7143,9 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy-phpunit/issues", "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.2.0" "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.3.0" }, "time": "2024-03-01T08:33:58+00:00" "time": "2024-11-19T13:24:17+00:00" }, { "name": "phpstan/extension-installer", Loading
composer/Metapackage/PinnedDevDependencies/composer.json +2 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,8 @@ "phpdocumentor/reflection-common": "2.2.0", "phpdocumentor/reflection-docblock": "5.6.0", "phpdocumentor/type-resolver": "1.10.0", "phpspec/prophecy": "v1.19.0", "phpspec/prophecy-phpunit": "v2.2.0", "phpspec/prophecy": "v1.20.0", "phpspec/prophecy-phpunit": "v2.3.0", "phpstan/extension-installer": "1.4.3", "phpstan/phpdoc-parser": "1.33.0", "phpstan/phpstan": "1.12.11", Loading