Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months ago
JSON representation
🍺 Homebrew tap for Composer
- Host: GitHub
- URL: https://github.com/ttskch/homebrew-composer
- Owner: ttskch
- License: mit
- Created: 2024-06-05T12:22:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T15:03:40.000Z (about 2 months ago)
- Last Synced: 2024-10-30T16:19:10.512Z (about 2 months ago)
- Topics: composer, homebrew, homebrew-composer, homebrew-tap, macos, php
- Language: Ruby
- Homepage:
- Size: 182 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```