Skip to content

Commit

Permalink
changes composer requirement from ^ to >=
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Jun 8, 2023
1 parent 9b3d435 commit 530a51e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"mybizna/core": "^1.0.0",
"mybizna/partner": "^1.0.0"
"mybizna/core": ">=1.0.0",
"mybizna/partner": ">=1.0.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 530a51e

Please sign in to comment.