Skip to content

Commit c68c45d

Browse files
author
plumthedev
committed
update require composer
1 parent b3974b2 commit c68c45d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"name": "plumthedev/yii2-php-cs-fixer-config",
33
"description": "Yii2 PHP coding standards configuration",
44
"type": "library",
5-
"require": {},
6-
"require-dev": {
5+
"require": {
76
"friendsofphp/php-cs-fixer": "^2.16",
7+
},
8+
"require-dev": {
89
"phpunit/phpunit": "4.3.*"
910
},
1011
"scripts": {

0 commit comments

Comments
 (0)