Skip to content

Commit

Permalink
For now, we'll enable this
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Apr 17, 2024
1 parent 843094a commit f28c82c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoload-phpunit.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
require_once (dirname(__FILE__) . '/tests/phpunit-shim.php');
}
require_once (dirname(__FILE__) . '/autoload.php');
if (PHP_VERSION_ID >= 50300) {
require_once(dirname(__FILE__) . '/lib/php84compat.php');
}

0 comments on commit f28c82c

Please sign in to comment.