Skip to content

Commit

Permalink
Adding testMinimumPhpVersion file so that composer requirement is che…
Browse files Browse the repository at this point in the history
…cked in console
  • Loading branch information
mattab committed Nov 17, 2013
1 parent ac3b5bf commit e103f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ define('PIWIK_DOCUMENT_ROOT', dirname(__FILE__) == '/' ? '' : dirname(__FILE__))
define('PIWIK_INCLUDE_PATH', PIWIK_DOCUMENT_ROOT);
define('PIWIK_USER_PATH', PIWIK_DOCUMENT_ROOT);

require_once PIWIK_INCLUDE_PATH . '/core/testMinimumPhpVersion.php';
require_once PIWIK_INCLUDE_PATH . '/vendor/autoload.php';
require_once PIWIK_INCLUDE_PATH . '/core/Loader.php';
require_once PIWIK_INCLUDE_PATH . '/libs/upgradephp/upgrade.php';
Expand Down

0 comments on commit e103f59

Please sign in to comment.