This reverts commit 653832edb2.
This commit is contained in:
@@ -11,13 +11,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
try {
|
||||
\Roots\bootloader();
|
||||
} catch (Throwable $e) {
|
||||
wp_die(
|
||||
__('You need to install Acorn to use this theme.', 'sage')
|
||||
);
|
||||
}
|
||||
\Roots\bootloader();
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -39,7 +39,8 @@
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.3|^8.0"
|
||||
"php": "^7.3|^8.0",
|
||||
"roots/acorn": "2.0.0-alpha.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"filp/whoops": "^2.12",
|
||||
|
||||
4151
composer.lock
generated
4151
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user