Skip to content

Commit fb4ac9b

Browse files
committed
changes composer requirement from ^ to >=
1 parent 5869510 commit fb4ac9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"mybizna/core": "^1.0.0",
20-
"mybizna/account": "^1.0.0"
19+
"mybizna/core": ">=1.0.0",
20+
"mybizna/account": ">=1.0.0"
2121
},
2222
"extra": {
2323
"laravel": {

0 commit comments

Comments
 (0)