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 82bf7cb commit 233e794
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 @@ -20,7 +20,7 @@
"mollie"
],
"require": {
"tastyigniter/core": "dev-master",
"tastyigniter/core": "^v4.0@beta",
"php-http/guzzle7-adapter": "~1.0",
"authorizenet/authorizenet": "2.0.2",
"stripe/stripe-php": "~7.93.0",
Expand Down Expand Up @@ -69,5 +69,6 @@
},
"sort-packages": true
},
"minimum-stability": "dev"
"minimum-stability": "beta",
"prefer-stable": true
}

0 comments on commit 233e794

Please sign in to comment.