PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / trunk
Booking for Appointments and Events Calendar – Amelia vtrunk
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 4 hours ago dasprid 8 months ago fig 1 month ago firebase 6 months ago google 1 week ago guzzlehttp 6 months ago http-interop 6 months ago league 7 years ago masterminds 6 months ago melograno 2 weeks ago microsoft 5 months ago moneyphp 2 years ago monolog 6 months ago nikic 5 months ago openspout 3 months ago paragonie 6 months ago php-http 3 months ago php-jsonpointer 1 year ago phpmailer 6 months ago phpseclib 6 months ago pimple 1 month ago psr 1 week ago ralouphie 6 months ago razorpay 4 months ago rmccue 4 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 1 month ago .amelia_post_install_applied 6 months ago autoload.php 4 hours 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 ComposerAutoloaderInitc5ac0b0d70a9b27a9d5a54dcecdb7887::getLoader();
26