fixes to support composer / packagist

This commit is contained in:
Joey Kimsey
2024-08-08 01:24:32 -04:00
parent fd8b979c9c
commit 9d6a79d80b
8 changed files with 227 additions and 2 deletions

View File

@ -14,4 +14,6 @@ if (!defined('HERMES_REDIRECTS_ENABLED')) {
define('HERMES_REDIRECTS_ENABLED', true);
}
# Tell the app all constants have been loaded.
define( 'HERMES_CONSTANTS_LOADED', true );
if ( ! defined('HERMES_CONSTANTS_LOADED' ) ) {
define( 'HERMES_CONSTANTS_LOADED', true );
}