export default interface IPhpPlatformConfig {
    timezone: string;
    version: string;
    composerMirror: boolean;
}
