Skip to content

Commit

Permalink
remove yii app req
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed May 13, 2019
1 parent 9185b88 commit 59527dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
Changelog
=========

## 2.3.2 - 2019-05-13
### Removed
- Yii2 app requirement (let Craft set this)

## 2.3.1 - 2019-04-28
### Added
- EmailByKey queue job
Expand Down
5 changes: 2 additions & 3 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "flipboxfactory/craft-ember",
"description": "A Craft CMS plugin scaffolding",
"version": "2.3.1",
"version": "2.3.2",
"keywords": [
"flipbox",
"ember",
Expand All @@ -13,8 +13,7 @@
"email": "hello@flipboxfactory.com"
}],
"require": {
"craftcms/cms": "^3.0.14",
"yiisoft/yii2": "~2.0.15"
"craftcms/cms": "^3.0.14"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
Expand Down

0 comments on commit 59527dd

Please sign in to comment.