Skip to content

Commit

Permalink
Added composer v1 as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Guo committed Aug 23, 2021
1 parent ef2bef0 commit 7421bf1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
"yiisoft/yii2": "^2.0.13"
},
"require-dev": {
"phpunit/phpunit": "^8.4.0"
"phpunit/phpunit": "^8.4.0",
"composer/composer": "^1.6.0"
},
"autoload": {
"psr-4": {
"webtoolsnz\\helpers\\": "src"
}
}
}
}

0 comments on commit 7421bf1

Please sign in to comment.