This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.1.0", | |
"info": { | |
"title": "Wp-openapi-test API", | |
"description": "", | |
"version": "6.7.2", | |
"contact": { | |
"name": "wp-openapi-test", | |
"url": "http:\/\/wp-openapi-test.local", | |
"email": "[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1. Need to install PHP with `brew install ...` | |
# 2. Need to install grep `brew install grep` | |
# 3. Paste it in your `~/.zshrc` | |
# Updated from https://localheinz.com/blog/2020/05/05/switching-between-php-versions-when-using-homebrew/ | |
# determine versions of PHP installed with HomeBrew | |
installedPhpVersions=($(brew ls --versions | ggrep -E 'php(@.*)?\s' | ggrep -oP '(?<=\s)\d\.\d' | uniq | sort)) | |
# create alias for every version of PHP installed with HomeBrew | |
for phpVersion in ${installedPhpVersions[*]}; do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-02-17T09:01:01.736Z","extensionVersion":"v3.4.3"} |