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

Commit d52f1bd

Browse files
author
Mischa Braam
committed
Version 3.0.2
1 parent ef1a943 commit d52f1bd

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

README.MD

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Here are a few key differences compared to the original Valet:
6262
- ~~Ioncube~~
6363
- Rewrite/unrewrite public domain to local environment
6464
- ~~DevTools~~
65-
- Binaries (magerun, magerun2, drush, wp-cli)
65+
- Binaries (magerun, magerun2, drush, wp-cli, shopware-cli)
6666

6767
### Changes vs Valet+ 2
6868

@@ -75,18 +75,6 @@ Here are a few key differences compared to the original Valet:
7575

7676

7777

78-
## Valet+ Authors
79-
80-
- Mischa Braam ([@mischabraam](https://github.com/mischabraam))
81-
- Tim Neutkens ([@timneutkens](https://github.com/timneutkens))
82-
- Sam Granger ([@samgranger](https://github.com/samgranger))
83-
84-
## Valet+ Contributors
85-
86-
- Lou van der Laarse ([@Neodork](https://github.com/Neodork))
87-
88-
89-
9078
## Get in touch
9179

9280
[![slack](https://p9.zdassets.com/hc/theme_assets/138842/200037786/logo.png)](https://join.slack.com/t/valet-plus/shared_invite/enQtNDE2MjU2NzgyNjQwLWFiYWNjOWFhOWQ2ZDcyOTEyZTA2MzAzOWYyYzYwMTYzODVlMGE3ZDg3ZWQ1M2JmN2M0OGY3OGUwMDI3NDM1NDU)

cli/valet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
$laravelValetName = $app->getName();
3232
$laravelValetVersion = $app->getVersion();
3333
$valetPlusName = 'Valet+';
34-
$valetPlusVersion = '3.0.1';
34+
$valetPlusVersion = '3.0.2';
3535

3636
$app->setVersion($laravelValetName . ' ' . $laravelValetVersion);
3737
$app->setName(' ' . $valetPlusName . ' ' . $valetPlusVersion . "\n");

0 commit comments

Comments
 (0)