PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.5
Booking for Appointments and Events Calendar – Amelia v2.4.5
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 8 months ago bin 6 months ago clue 2 years ago composer 3 days ago dasprid 8 months ago fig 1 month ago firebase 6 months ago google 3 weeks ago guzzlehttp 6 months ago http-interop 6 months ago league 7 years ago masterminds 6 months ago melograno 1 month ago microsoft 6 months ago moneyphp 2 years ago monolog 6 months ago nikic 6 months ago openspout 3 months ago paragonie 6 months ago php-http 4 months ago php-jsonpointer 2 years ago phpmailer 6 months ago phpseclib 6 months ago pimple 1 month ago psr 3 weeks ago ralouphie 6 months ago razorpay 3 days ago rmccue 5 months ago sabberworm 6 months ago sabre 6 months ago slim 1 month ago square 1 year ago stripe 6 months ago symfony 1 month ago wordpress 2 months ago .amelia_post_install_applied 6 months ago autoload.php 3 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 ComposerAutoloaderInit2cc9b041ba51679bcb3365ec9751c055::getLoader();
26