Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogdani committed Mar 6, 2023
1 parent 840a1dc commit 1b25d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
require_once 'lib/Bootstrap.php';

// with PHP higher or equal 7 run Phpfastcache
if (version_compare(phpversion(), '9.0.0') > -1){
if (version_compare(phpversion(), '7.0.0') > -1){
require_once 'lib/vendor/phpfastcache/lib/Phpfastcache/Autoload/Autoload.php';

\Phpfastcache\CacheManager::setDefaultConfig(new \Phpfastcache\Config\Config([
Expand Down

0 comments on commit 1b25d66

Please sign in to comment.