Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 70a890d

Browse files
author
Mischa Braam
committed
Update install notes & version
1 parent 85c4c69 commit 70a890d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
> Sometimes you need to restart your terminal for the link to have effect.
1515
1616
5. Install Composer using anyway you like, suggested is using `brew install composer`.
17-
6. Install Valet+ with Composer using `composer global require weprovide/valet-plus:2.4.0-beta4`.
17+
6. Install Valet+ with Composer using `composer global require weprovide/valet-plus:2.4.0-beta5 --update-with-dependencies`.
1818
7. Add `export PATH="$PATH:$HOME/.composer/vendor/bin"` to `.bash_profile` (for bash) or `.zshrc` (for zsh) depending on
1919
your shell (`echo $SHELL`).
2020
8. Run the `valet install` command. Optionally add `--with-mariadb` to use MariaDB instead of MySQL This will configure and install Valet+ and DnsMasq, and register Valet's daemon to launch when your system starts.

cli/valet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Container::setInstance(new Container);
2525

2626
// get current version based on git describe and tags
27-
$version = new Version('2.4.0-beta4', __DIR__ . '/../');
27+
$version = new Version('2.4.0-beta5', __DIR__ . '/../');
2828

2929
$app = new Application('Valet+', $version->getVersion());
3030

0 commit comments

Comments
 (0)