Skip to content

Commit

Permalink
build(composer): add missing dev require
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksleo committed Nov 9, 2018
1 parent b798c79 commit 7b500be
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"minimum-stability": "dev",
"require-dev": {
"omnilight/yii2-shopping-cart": "^1.2",
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~4.0",
"zacksleo/yii2-cms": "^1.0"
},
"autoload": {
"psr-4": {
Expand All @@ -24,8 +25,5 @@
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"suggest": {
"zacksleo/yii2-cms": "Yii2 cms"
}
]
}

0 comments on commit 7b500be

Please # to comment.