Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ttskch/homebrew-composer

🍺 Homebrew tap for Composer
https://github.com/ttskch/homebrew-composer

composer homebrew homebrew-composer homebrew-tap macos php

Last synced: 1 day ago
JSON representation

🍺 Homebrew tap for Composer

Awesome Lists containing this project

README

        

# homebrew-composer

[![](https://github.com/ttskch/homebrew-composer/actions/workflows/cron.yaml/badge.svg?branch=main)](https://github.com/ttskch/homebrew-composer/actions/workflows/cron.yaml?query=branch:main)

🍺 Homebrew tap for [Composer](https://getcomposer.org/)

## Supported versions

All versions listed at are supported.

This tap is **automatically updated every day** by GitHub Actions. See [this workflow](.github/workflows/cron.yaml) for details.

## Installation

```shell
$ brew install ttskch/composer/[email protected]
$ brew link --force --overwrite ttskch/composer/[email protected]
```

## Uninstallation

```shell
$ brew uninstall [email protected]
$ brew untap ttskch/composer

# If you want to switch back to the original composer from homebrew-core
$ brew unlink composer && brew link composer
```