1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00

🐛 Fixes being unable to quit after setting target

This commit is contained in:
2019-07-11 09:49:04 +02:00
parent 7b79cb7fe8
commit edc23f97de
2 changed files with 7 additions and 8 deletions

View File

@ -29,4 +29,4 @@ The utility runs the following commands:
- Tell Valet to switch to a specific PHP version
- Link the desired version of PHP
If you want to know more about how this works, you can find the file Services.swift under the Helpers directory to learn more about how switching PHP versions works. In the end, this just executes some shell commands.
If you want to know more about how this works, I recommend you check out the source code. This app isn't very complicated after all. In the end, this just (conveniently) executes some shell commands.