Skip to content

Commit

Permalink
Bumped requirements to Mako 7+ and PHP 7.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Aug 27, 2020
1 parent ccba5e8 commit 4dcd1af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Requirements

Mako 6.0 or greater.
Mako 7.0 or greater.

## Installation

Expand Down
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@
}
},
"require": {
"php": ">=7.2.0",
"jdorn/sql-formatter": "^1.2",
"symfony/var-dumper": "^4.2"
"php": ">=7.3.0",
"jdorn/sql-formatter": "^1.2.17",
"symfony/var-dumper": "^5.1.3"
},
"require-dev": {
"mako/framework": "^7.0.0-dev"
},
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
"dev-master": "4.0-dev"
}
}
}
2 changes: 1 addition & 1 deletion resources/views/panels/config.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="mako-panel-content">

<p>
<b>Environment:</b> <span class="mako-label">{{$environment || 'Default'}}</span> &nbsp;&nbsp;
<b>Environment:</b> <span class="mako-label">{{$environment, default: 'Default'}}</span> &nbsp;&nbsp;
</p>
<hr>
Expand Down

0 comments on commit 4dcd1af

Please sign in to comment.