diff --git a/frameworks/PHP/hypervel/benchmark_config.json b/frameworks/PHP/hypervel/benchmark_config.json index fae8242ba6f..90fbc96b99a 100644 --- a/frameworks/PHP/hypervel/benchmark_config.json +++ b/frameworks/PHP/hypervel/benchmark_config.json @@ -12,7 +12,7 @@ "approach": "Realistic", "classification": "Fullstack", "database": "MySQL", - "framework": "lypervel", + "framework": "hypervel", "language": "PHP", "flavor": "PHP8", "orm": "Full", diff --git a/frameworks/PHP/hypervel/composer.json b/frameworks/PHP/hypervel/composer.json index d877dcae4e7..26def6b5c4a 100644 --- a/frameworks/PHP/hypervel/composer.json +++ b/frameworks/PHP/hypervel/composer.json @@ -15,7 +15,7 @@ "require": { "php": ">=8.2", "friendsofhyperf/tinker": "~3.1.0", - "hypervel/framework": "^0.2" + "hypervel/framework": "^0.3" }, "require-dev": { "fakerphp/faker": "^1.24.1", @@ -23,8 +23,8 @@ "friendsofphp/php-cs-fixer": "^3.57.2", "hyperf/testing": "~3.1.0", "hyperf/watcher": "~3.1.0", - "hypervel/devtool": "^0.2", - "mockery/mockery": "1.6.x-dev", + "hypervel/devtool": "^0.3", + "mockery/mockery": "~1.6", "nunomaduro/collision": "^8.5", "phpstan/phpstan": "^1.11.5", "phpunit/phpunit": "10.5.45",