Skip to content

Commit 32abb03

Browse files
author
farhadzand
committed
Set up semantic versioning v1.0.0
- Add explicit version 1.0.0 to composer.json - Update branch alias to dev-1.x pointing to 1.x-dev - Prepare for semantic versioning workflow
1 parent 8284dc5 commit 32abb03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "iamfarhad/laravel-prometheus",
3+
"version": "1.0.0",
34
"description": "Production-ready Laravel Prometheus metrics package with built-in collectors for HTTP, database, cache, queue, events, errors, filesystem, and mail monitoring",
45
"type": "library",
56
"license": "MIT",
@@ -93,7 +94,7 @@
9394
}
9495
},
9596
"branch-alias": {
96-
"dev-main": "1.x-dev"
97+
"dev-1.x": "1.x-dev"
9798
}
9899
},
99100
"config": {

0 commit comments

Comments
 (0)