Skip to content

Commit

Permalink
Move friendsofphp/php-cs-fixer to dev-dependencies (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomzyakov authored Jun 23, 2022
1 parent aa77e46 commit 0cc9b8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![version](https://img.shields.io/badge/release-v0.1.1-blue)
[![codecov](https://codecov.io/gh/gomzyakov/php-code-style/branch/main/graph/badge.svg?token=RH46YRL1CN)](https://codecov.io/gh/gomzyakov/php-code-style)

Code style configuration for `php-cs-fixer` based on [PSR-12](https://www.php-fig.org/psr/psr-12/).
Code style configuration for [`friendsofphp/php-cs-fixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer) based on [PSR-12](https://www.php-fig.org/psr/psr-12/).

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"friendsofphp/php-cs-fixer": "^3.8"
"php": "^7.4 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.0"
},
Expand Down

0 comments on commit 0cc9b8a

Please sign in to comment.