fixes to support composer / packagist

This commit is contained in:
Joey Kimsey
2024-08-08 01:18:58 -04:00
parent 8f2b00ae19
commit 2165609e48
7 changed files with 412 additions and 15 deletions

View File

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