https://github.com/typisttech/homebrew-tap
https://github.com/typisttech/homebrew-tap
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/typisttech/homebrew-tap
- Owner: typisttech
- Created: 2025-10-11T03:24:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-31T19:29:25.000Z (6 months ago)
- Last Synced: 2026-01-05T06:11:54.551Z (6 months ago)
- Language: Go
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypistTech Tap
## How do I install these formulae?
`brew install typisttech/tap/`
Or `brew tap typisttech/tap` and then `brew install `.
Or, in a `brew bundle` `Brewfile`:
```ruby
tap "typisttech/tap"
brew ""
```
## Available formulae
- [composer-semver](https://github.com/typisttech/composer-semver)
Static linked CLI wrapper for [composer/semver](https://packagist.org/packages/composer/semver).
Parsing and validating versions exactly like Composer does without installing PHP.
- [php-matrix](https://github.com/typisttech/php-matrix)
List PHP versions that satisfy the required PHP constraint in `composer.json`.
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).