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 f5c32ab commit cd78fd7
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 147 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"tastyigniter/core": "dev-master",
"tastyigniter/ti-ext-automation": "v4.x-dev as 4.0",
"tastyigniter/ti-ext-cart": "v4.x-dev as 4.0",
"tastyigniter/ti-ext-reservation": "v4.x-dev as 4.0"
"tastyigniter/core": "^v4.0@beta",
"tastyigniter/ti-ext-automation": "^v4.0@beta",
"tastyigniter/ti-ext-cart": "^v4.0@beta",
"tastyigniter/ti-ext-reservation": "^v4.0@beta"
},
"require-dev": {
"laravel/pint": "^1.2",
Expand Down Expand Up @@ -58,5 +58,6 @@
},
"sort-packages": true
},
"minimum-stability": "dev"
"minimum-stability": "beta",
"prefer-stable": true
}
Loading

0 comments on commit cd78fd7

Please sign in to comment.