diff --git a/composer.json b/composer.json index 096f891..84b3196 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "iamfarhad/laravel-prometheus", + "version": "1.0.0", "description": "Production-ready Laravel Prometheus metrics package with built-in collectors for HTTP, database, cache, queue, events, errors, filesystem, and mail monitoring", "type": "library", "license": "MIT", @@ -93,7 +94,7 @@ } }, "branch-alias": { - "dev-main": "1.x-dev" + "dev-1.x": "1.x-dev" } }, "config": {