Skip to content

Commit f8b48b4

Browse files
author
plumthedev
committed
install yii2 dev dependency
1 parent 1a0324c commit f8b48b4

File tree

2 files changed

+562
-499
lines changed

2 files changed

+562
-499
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "plumthedev/yii2-php-cs-fixer-config",
3+
"version": "1.0.1",
34
"description": "Yii2 PHP coding standards configuration",
45
"type": "library",
56
"require": {
67
"friendsofphp/php-cs-fixer": "^2.16",
7-
"yiisoft/yii2": "~2.0.0"
8+
"yiisoft/yii2": "~2.0.0",
9+
"yiisoft/yii2-dev": "^2.0",
10+
"ext-json": "*"
811
},
912
"require-dev": {
1013
"phpunit/phpunit": "4.3.*"

0 commit comments

Comments
 (0)