Skip to content

Commit

Permalink
updated base version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
simialbi committed Jul 19, 2019
1 parent a77b049 commit 73746da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"require": {
"php": ">=5.6",
"yiisoft/yii2": "^2.0.15",
"simialbi/yii2-simialbi-base": "^0.4"
"simialbi/yii2-simialbi-base": "^0.5"
},
"require-dev": {
"yiisoft/yii2-coding-standards": "~2.0",
"phpunit/phpunit": "*"
"phpunit/phpunit": "< 7"
},
"suggest": {
"ext-openssl": "Needed in captcha component in utilRandomHex method if yii method fails"
Expand Down

0 comments on commit 73746da

Please sign in to comment.