PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.6
Booking for Appointments and Events Calendar – Amelia v2.4.6
2.4.7 2.4.6 2.4.5 2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / vendor / autoload.php
ameliabooking / vendor Last commit date
apimatic 1 year ago bacon 9 months ago bin 7 months ago clue 2 years ago composer 5 days ago dasprid 9 months ago fig 2 months ago firebase 7 months ago google 1 month ago guzzlehttp 7 months ago http-interop 7 months ago league 7 years ago masterminds 7 months ago melograno 1 month ago microsoft 6 months ago moneyphp 2 years ago monolog 7 months ago nikic 6 months ago openspout 4 months ago paragonie 7 months ago php-http 4 months ago php-jsonpointer 2 years ago phpmailer 7 months ago phpseclib 7 months ago pimple 2 months ago psr 1 month ago ralouphie 7 months ago razorpay 3 weeks ago rmccue 6 months ago sabberworm 7 months ago sabre 7 months ago slim 2 months ago square 1 year ago stripe 7 months ago symfony 2 months ago wordpress 2 months ago .amelia_post_install_applied 7 months ago autoload.php 5 days ago
autoload.php
26 lines
1 <?php
2
3 // autoload.php @generated by Composer
4
5 if (PHP_VERSION_ID < 50600) {
6 if (!headers_sent()) {
7 header('HTTP/1.1 500 Internal Server Error');
8 }
9 $err = '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;
10 if (!ini_get('display_errors')) {
11 if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
12 fwrite(STDERR, $err);
13 } elseif (!headers_sent()) {
14 echo $err;
15 }
16 }
17 trigger_error(
18 $err,
19 E_USER_ERROR
20 );
21 }
22
23 require_once __DIR__ . '/composer/autoload_real.php';
24
25 return ComposerAutoloaderInit13e5f36c2a0f9b2b50d3c4fd26365b7f::getLoader();
26