Skip to content

Commit

Permalink
v4-beta release prepping
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Aug 10, 2024
1 parent 105fa9e commit f0508e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"tastyigniter/core": "dev-master"
"tastyigniter/core": "^v4.0@beta"
},
"require-dev": {
"laravel/pint": "^1.2",
Expand Down Expand Up @@ -54,5 +54,6 @@
},
"sort-packages": true
},
"minimum-stability": "dev"
"minimum-stability": "beta",
"prefer-stable": true
}

0 comments on commit f0508e1

Please sign in to comment.