Skip to content

Commit

Permalink
Changed from symfony-pack to library because Symfony will unpack pack…
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jul 17, 2020
1 parent 5e2b213 commit 4d2d0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Code Quality Pack
A Symfony pack that requires code quality tools.
A collection of libraries that in some way enhances your code quality.

```bash
$ composer require --dev setono/code-quality-pack
```

If you use Symfony Flex, you can also 'unpack' this pack:

```bash
$ composer unpack setono/code-quality-pack
```

## Packages

* [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setono/code-quality-pack",
"type": "symfony-pack",
"type": "library",
"description": "A Symfony pack that requires code quality tools.",
"license": "MIT",
"require": {
Expand Down

0 comments on commit 4d2d0aa

Please sign in to comment.