Browse Source

Change yii2 version constraint to allow use with older versions (#70)

Like it is done in `yii2-twig`
tags/2.1.2
Andrii Vasyliev 6 years ago committed by Alexander Makarov
parent
commit
513e2643c3
  1. 2
      composer.json

2
composer.json

@ -18,7 +18,7 @@
}
],
"require": {
"yiisoft/yii2": "~2.0.4",
"yiisoft/yii2": ">=2.0.4",
"swiftmailer/swiftmailer": "~6.0"
},
"repositories": [

Loading…
Cancel
Save