Skip to content

Commit

Permalink
Update composer.json to allow dev stability for dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Dec 21, 2024
1 parent deadc80 commit 962331f
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 @@ -10,7 +10,7 @@
}
],
"require": {
"tastyigniter/core": "^v4.0@beta"
"tastyigniter/core": "^v4.0@beta || ^v4.0@dev"
},
"require-dev": {
"laravel/pint": "^1.2",
Expand Down Expand Up @@ -54,5 +54,5 @@
},
"sort-packages": true
},
"minimum-stability": "beta"
"minimum-stability": "dev"
}

0 comments on commit 962331f

Please sign in to comment.