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

https://github.com/aubreypwd-old/twcc

This command will compare `composer.json` packages in the middle file with those on the left and right and figure out which (of the left and right) have the greater version.
https://github.com/aubreypwd-old/twcc

Last synced: about 2 months ago
JSON representation

This command will compare `composer.json` packages in the middle file with those on the left and right and figure out which (of the left and right) have the greater version.

Awesome Lists containing this project

README

        

# Usage

```
twcc examine|update|commands
```

This command will compare `composer.json` packages in the middle file with those on the left and right and figure out which (of the left and right) have the greater version.

### `examine`

Will ouput suggested updates you need to make to the middle file to update to the latest version of the package it found to be greater in the left or right.

### `update`

Will write it's findings (the best version between the left and right file) to the middle file.

### `commands`

Will give you composer commands to run to update packages to the best versions found between the right and the left files.

------------

# Installation

```bash
composer global config repositories.twcc git [email protected]:aubreypwd/twcc.git
composer global require aubreypwd/twcc:dev-master@dev
```