Skip to content

Commit

Permalink
Fix: Remove normalizers
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 17, 2018
1 parent a7392b1 commit a79d116
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 2,217 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- xdebug-enable

script:
- vendor/bin/infection --min-covered-msi=80 --min-msi=60
- vendor/bin/infection --min-covered-msi=80 --min-msi=47

notifications:
email: false
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/localheinz/composer-normalize/compare/0.9.0...HEAD) ([`0.9.0...master`](https://github.com/localheinz/composer-normalize/compare/0.9.0...master))
## Unreleased

For a full diff see [`0.9.0...master`](https://github.com/localheinz/composer-normalize/compare/0.9.0...master).

## [`1.0.0`](https://github.com/localheinz/composer-normalize/releases/tag/1.0.0)

For a full diff see [`0.9.0...1.0.0`](https://github.com/localheinz/composer-normalize/compare/0.9.0...1.0.0).

### Added

* Added this changelog ([#94](https://github.com/localheinz/composer-normalize/pull/#94)), by [@localheinz](https://github.com/localheinz)

## [`0.9.0`](https://github.com/localheinz/composer-normalize/releases/tag/0.9.0)
### Removed

* Removed normalizers after extracting package [`localheinz/composer-json-normalizer`](https://github.com/localheinz/composer-json-normalizer) ([#106](https://github.com/localheinz/composer-normalize/pull/#106)), by [@localheinz](https://github.com/localheinz)

## [`0.9.0`](https://github.com/localheinz/composer-normalize/releases/tag/0.9.0)

For a full diff see [`0.8.0...0.9.0`](https://github.com/localheinz/composer-normalize/compare/0.8.0...0.9.0).

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cs: vendor
vendor/bin/php-cs-fixer fix --config=.php_cs --diff --verbose

infection:
vendor/bin/infection --min-covered-msi=80 --min-msi=60
vendor/bin/infection --min-covered-msi=80 --min-msi=47

stan: vendor
vendor/bin/phpstan analyse --configuration=phpstan.neon --level=max src
Expand Down
43 changes: 0 additions & 43 deletions src/Normalizer/BinNormalizer.php

This file was deleted.

47 changes: 0 additions & 47 deletions src/Normalizer/ComposerJsonNormalizer.php

This file was deleted.

68 changes: 0 additions & 68 deletions src/Normalizer/ConfigHashNormalizer.php

This file was deleted.

109 changes: 0 additions & 109 deletions src/Normalizer/PackageHashNormalizer.php

This file was deleted.

Loading

0 comments on commit a79d116

Please sign in to comment.