Snippets tagged “platform”
2 snippets use this tag.
- How to identify which OS Python is running on?Python
You can use the platform module in Python to identify which operating system the code is running on.
- Tell Composer to use Different PHP VersionPHP
To use a specific version of PHP with Composer, you can specify the version you want to use in the config section of your composer.json file.