Skip to content

Commit

Permalink
Add more info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Jan 24, 2020
1 parent fcf6c50 commit c8aebfc
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Infection - Extensions Installer

Composer plugin for automatic registering of [Infection](https://github.com/infection/infection) extensions.
Composer plugin for automatic registering of [Infection extensions](https://packagist.org/explore/?type=infection-extension).

## How to install extension

Expand All @@ -14,13 +14,8 @@ Infection Extension Installer listens `post-install-cmd` and `post-update-cmd` e
composer require --dev infection/codecetion-adapter

Using version 1.0.0 for infection/codeception-adapter
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 installs, 0 updates, 0 removals
- Installing infection/codeception-adapter (1.0.0): Downloading 100%
Writing lock file
Generating autoload files

infection/extension-installer: Extensions installed
> infection/codeception-adapter: installed
Expand All @@ -47,9 +42,13 @@ Example:
}
```

### Supported extensions
### Supported extensions types

Currently, Infection supports only Test Framework extensions.
Currently, Infection supports only Test Framework extensions ([example](https://github.com/infection/codeception-adapter)).

### Available extensions

All Infection extensions can be [discovered on Packagist](https://packagist.org/explore/?type=infection-extension).

## Infection - Mutation Testing Framework

Expand Down

0 comments on commit c8aebfc

Please sign in to comment.