diff --git a/README.md b/README.md index 2a81b2f..84a9d3a 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,7 @@ Here's an example of a working preset:
{ "scan_apps": [], + "services": [], "presets": [ { "name": "Legacy Project", @@ -355,13 +356,56 @@ Here's an example of a working preset: "post_max_size": "128M" } } - ] + ], + "export": {} }You can omit the `php` key in the preset if you do not wish for the preset to switch to a given PHP version. +
+{ + "scan_apps": [], + "services": ["mailgun", "mysql"], + "presets": [], + "export": {} +} ++
+{ + "scan_apps": [], + "services": [], + "presets": [], + "export": { + "COMPOSER_HOME": "/absolute/path/to/composer/folder" + } +} ++
{ - "scan_apps": ["Xcode", "Kraken"], - "presets": [] + "scan_apps": ["Xcode", "Kraken"] }@@ -472,14 +515,14 @@ Donations really help with the Apple Developer Program cost, and keep me motivat ## 😎 Acknowledgements -While I did make this application during my own free time, PHP Monitor started out from various learning experiments during work hours at my employer, DIVE. I'd also like to shout out the following folks: +Special thanks go out to: -* My colleagues at [DIVE](https://dive.be) +* Everyone supporting me via [GitHub Sponsors](https://github.com/sponsors/nicoverbruggen) +* Everyone who has donated via [my sponsor page](https://nicoverbruggen.be/sponsor) * The [Homebrew](https://brew.sh/) team & [Valet maintainers](https://github.com/laravel/valet/graphs/contributors) * Various folks who [reached](https://twitter.com/stauffermatt) [out](https://twitter.com/marcelpociot) when PHP Monitor was still very much a small app with a handful of stars or so -* My [GitHub Sponsors](https://github.com/sponsors/nicoverbruggen) and those who have donated -* Everyone who has left feedback and reported bugs (appreciate it!) -* Everyone in the Laravel community who shared the app (thanks!) +* Everyone who has left feedback and reported bugs +* Everyone in the Laravel community who shared the app, especially on Twitter Thank you very much for your contributions, kind words and support.