PluginProbe ʕ •ᴥ•ʔ
Core Web Vitals & PageSpeed Booster / 1.0.9
Core Web Vitals & PageSpeed Booster v1.0.9
trunk 1.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.7.1 1.0.7.2 1.0.8 1.0.9
core-web-vitals-pagespeed-booster / css-extractor / vendor / autoload.php
core-web-vitals-pagespeed-booster / css-extractor / vendor Last commit date
composer 3 years ago jandc 3 years ago symfony 3 years ago tijsverkoyen 3 years ago twig 3 years ago autoload.php 3 years ago
autoload.php
13 lines
1 <?php
2
3 // autoload.php @generated by Composer
4
5 if (PHP_VERSION_ID < 50600) {
6 echo 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
7 exit(1);
8 }
9
10 require_once __DIR__ . '/composer/autoload_real.php';
11
12 return ComposerAutoloaderInit86bbba70c0622331596d1c369758959d::getLoader();
13