Skip to content

Commit

Permalink
Merge pull request #94 from ergebnis/fix/wrapping
Browse files Browse the repository at this point in the history
Fix: Remove wrapping from README.md
  • Loading branch information
localheinz committed Jan 19, 2020
2 parents 8cc7c3e + 8b6d087 commit 4ce0de4
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions README.md
Expand Up @@ -70,8 +70,7 @@ which results in `$printed`:
}
```

:bulb: Note that this printer is only concerned with normalizing the
indentation, no escaping or un-escaping occurs.
:bulb: Note that this printer is only concerned with normalizing the indentation, no escaping or un-escaping occurs.

## Changelog

Expand All @@ -91,16 +90,6 @@ This package is licensed using the [MIT License](LICENSE.md).

## Credits

The [`Printer`](src/Printer.php) is adopted from
[`Composer\Json\JsonFormatter`](https://github.com/composer/composer/blob/1.6.0/src/Composer/Json/JsonFormatter.php)
(originally licensed under MIT by [Nils Adermann](https://github.com/naderman)
and [Jordi Boggiano](https://github.com/seldaek)), who adopted it from a
[blog post by Dave Perrett](https://www.daveperrett.com/articles/2008/03/11/format-json-with-php/)
(originally licensed under MIT by [Dave Perrett](https://github.com/recurser)).

The [`PrinterTest`](test/Unit/PrinterTest.php) is inspired
by [`Composer\Test\Json\JsonFormatterTest`](https://github.com/composer/composer/blob/1.6.0/tests/Composer/Test/Json/JsonFormatterTest.php)
(originally licensed under MIT by [Nils Adermann](https://github.com/naderman)
and [Jordi Boggiano](https://github.com/seldaek)), as well as
[`ZendTest\Json\JsonTest`](https://github.com/zendframework/zend-json/blob/release-3.0.0/test/JsonTest.php)
(originally licensed under New BSD License).
The [`Printer`](src/Printer.php) is adopted from [`Composer\Json\JsonFormatter`](https://github.com/composer/composer/blob/1.6.0/src/Composer/Json/JsonFormatter.php) (originally licensed under MIT by [Nils Adermann](https://github.com/naderman) and [Jordi Boggiano](https://github.com/seldaek)), who adopted it from a [blog post by Dave Perrett](https://www.daveperrett.com/articles/2008/03/11/format-json-with-php/) (originally licensed under MIT by [Dave Perrett](https://github.com/recurser)).

The [`PrinterTest`](test/Unit/PrinterTest.php) is inspired by [`Composer\Test\Json\JsonFormatterTest`](https://github.com/composer/composer/blob/1.6.0/tests/Composer/Test/Json/JsonFormatterTest.php) (originally licensed under MIT by [Nils Adermann](https://github.com/naderman) and [Jordi Boggiano](https://github.com/seldaek)), as well as [`ZendTest\Json\JsonTest`](https://github.com/zendframework/zend-json/blob/release-3.0.0/test/JsonTest.php) (originally licensed under New BSD License).

0 comments on commit 4ce0de4

Please sign in to comment.