Skip to content

Commit

Permalink
Ngrok, nssm, mkcert should be a dependency of ddev, why not? (ddev#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jan 15, 2020
1 parent 89d1cfe commit d7dbb85
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion winpkg/chocolatey/ddev.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@
<summary>ddev is a local web development tool optimized for PHP projects and CMSs.</summary>
<description>ddev allows developers to use both nginx and apache, and many versions of PHP, with no host configurations. It works for most web apps, but has a bias toward TYPO3 and Drupal and Wordpress.</description>
<releaseNotes>See https://github.com/drud/ddev/releases/tag/vREPLACE_DDEV_VERSION</releaseNotes>
<dependencies>
<dependency id="ngrok" />
<dependency id="mkcert" />
<dependency id="nssm" />
</dependencies>

</metadata>
<files>
<file src="tools/**" target="tools" />

</files>

</package>

0 comments on commit d7dbb85

Please sign in to comment.