Skip to content

Commit 7421bf1

Browse files
author
Jonathan Guo
committed
Added composer v1 as dev dependency
1 parent ef2bef0 commit 7421bf1

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
@@ -22,11 +22,12 @@
2222
"yiisoft/yii2": "^2.0.13"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^8.4.0"
25+
"phpunit/phpunit": "^8.4.0",
26+
"composer/composer": "^1.6.0"
2627
},
2728
"autoload": {
2829
"psr-4": {
2930
"webtoolsnz\\helpers\\": "src"
3031
}
3132
}
32-
}
33+
}

0 commit comments

Comments
 (0)