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

https://github.com/phpro/grumphp-shim

This repository provides easy way to install GrumPHP without the risk of conflicting dependencies.
https://github.com/phpro/grumphp-shim

Last synced: 11 months ago
JSON representation

This repository provides easy way to install GrumPHP without the risk of conflicting dependencies.

Awesome Lists containing this project

README

          

# GrumPHP shim

This package provides GrumPHP without the struggle of installing all of its dependencies.

## Installation

```bash
composer require --dev phpro/grumphp-shim
```

and use it like the original executable

```bash
vendor/bin/grumphp.phar run
```

Check out the main repo for more options and release notes
[https://github.com/phpro/grumphp](https://github.com/phpro/grumphp).