diff options
Diffstat (limited to 'vendor/composer')
-rw-r--r-- | vendor/composer/installed.json | 24 | ||||
-rw-r--r-- | vendor/composer/installed.php | 10 |
2 files changed, 17 insertions, 17 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 2caaff464..9219e22e5 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2045,17 +2045,17 @@ }, { "name": "spomky-labs/otphp", - "version": "11.2.0", - "version_normalized": "11.2.0.0", + "version": "11.2.2", + "version_normalized": "11.2.2.0", "source": { "type": "git", "url": "https://github.com/Spomky-Labs/otphp.git", - "reference": "9a1569038bb1c8e98040b14b8bcbba54f25e7795" + "reference": "b737d1c6330beae7c0bc225d3e848805b352fe42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/9a1569038bb1c8e98040b14b8bcbba54f25e7795", - "reference": "9a1569038bb1c8e98040b14b8bcbba54f25e7795", + "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/b737d1c6330beae7c0bc225d3e848805b352fe42", + "reference": "b737d1c6330beae7c0bc225d3e848805b352fe42", "shasum": "" }, "require": { @@ -2065,19 +2065,19 @@ }, "require-dev": { "ekino/phpstan-banned-code": "^1.0", - "infection/infection": "^0.26", + "infection/infection": "^0.26|^0.27|^0.28", "php-parallel-lint/php-parallel-lint": "^1.3", "phpstan/phpstan": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.5.26", + "phpunit/phpunit": "^9.5.26|^10.0|^11.0", "qossmic/deptrac-shim": "^1.0", - "rector/rector": "^0.15", - "symfony/phpunit-bridge": "^6.1", - "symplify/easy-coding-standard": "^11.0" + "rector/rector": "1.0", + "symfony/phpunit-bridge": "^6.1|^7.0", + "symplify/easy-coding-standard": "^12.0" }, - "time": "2023-03-16T19:16:25+00:00", + "time": "2024-04-15T07:35:15+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2112,7 +2112,7 @@ ], "support": { "issues": "https://github.com/Spomky-Labs/otphp/issues", - "source": "https://github.com/Spomky-Labs/otphp/tree/11.2.0" + "source": "https://github.com/Spomky-Labs/otphp/tree/11.2.2" }, "funding": [ { diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index d720f5aff..551464544 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'zotlabs/hubzilla', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'fc79e47d88f36709f680d2111035fd123203ce0b', + 'reference' => '5782a674b0cb490f1e3544e5dcb0f7e969361df3', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -278,9 +278,9 @@ 'dev_requirement' => false, ), 'spomky-labs/otphp' => array( - 'pretty_version' => '11.2.0', - 'version' => '11.2.0.0', - 'reference' => '9a1569038bb1c8e98040b14b8bcbba54f25e7795', + 'pretty_version' => '11.2.2', + 'version' => '11.2.2.0', + 'reference' => 'b737d1c6330beae7c0bc225d3e848805b352fe42', 'type' => 'library', 'install_path' => __DIR__ . '/../spomky-labs/otphp', 'aliases' => array(), @@ -349,7 +349,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'fc79e47d88f36709f680d2111035fd123203ce0b', + 'reference' => '5782a674b0cb490f1e3544e5dcb0f7e969361df3', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |