An open API service indexing awesome lists of open source software.

https://github.com/typisttech/homebrew-tap


https://github.com/typisttech/homebrew-tap

Last synced: 6 months ago
JSON representation

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).