Skip to content

Commit

Permalink
Fixes #21
Browse files Browse the repository at this point in the history
Typo in composer.json
  • Loading branch information
robregonm authored Nov 3, 2017
1 parent f9a8f33 commit af535ca
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 @@ -19,10 +19,10 @@
}
],
"require": {
"php": ">=5.4.0 <7.0.0",
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-composer": "*",
"mpdf/mpdf": ">=5.7.0"
"mpdf/mpdf": ">=5.7.0 <7.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit af535ca

Please sign in to comment.