Skip to content

Commit

Permalink
Overall improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Dec 27, 2018
1 parent 52c9b43 commit 632af51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/Views/Pages/Home.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

<ul class="list-unstyled">

<?php if (version_compare(PHP_VERSION, '7.1.3', '>=')) { ?>
<li><i class='fa fa-check text-success'></i> Your version of PHP is 7.1.3 or higher (detected <b><?= PHP_VERSION; ?></b>).</li>
<?php if (version_compare(PHP_VERSION, '7.1.5', '>=')) { ?>
<li><i class='fa fa-check text-success'></i> Your version of PHP is 7.1.5 or higher (detected <b><?= PHP_VERSION; ?></b>).</li>
<?php } else { ?>
<li><i class='fa fa-close text-danger'></i> Your version of PHP is too low. You need PHP 7.1.3 or higher to use Mini Nova (detected <b><?= PHP_VERSION; ?></b>).</li>
<li><i class='fa fa-close text-danger'></i> Your version of PHP is too low. You need PHP 7.1.5 or higher to use Mini Nova (detected <b><?= PHP_VERSION; ?></b>).</li>
<?php } ?>

<?php if (extension_loaded('fileinfo')) { ?>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": ">=7.1.5",
"nova-framework/package-installer": "*",
"nova-framework/system": "4.1.*",
"almasaeed2010/adminlte": "^2.4",
Expand Down

0 comments on commit 632af51

Please sign in to comment.