Skip to content

Commit 73cf3e7

Browse files
committed
fix: use the correct version for php package
1 parent a71ad15 commit 73cf3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^8.2",
2121
"illuminate/support": "^11.0|^12.0",
2222
"illuminate/contracts": "^11.0|^12.0",
23-
"wilsenhc/rif-validation": "dev-main"
23+
"wilsenhc/rif-validation": "^1.0"
2424
},
2525
"require-dev": {
2626
"orchestra/testbench": "^9.0|^10.0",

0 commit comments

Comments
 (0)